SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
DeviceGeneratedCommandsFeaturesNVX (Bool32 computeBindingPointSupport_=0) | |
DeviceGeneratedCommandsFeaturesNVX (VkDeviceGeneratedCommandsFeaturesNVX const &rhs) | |
DeviceGeneratedCommandsFeaturesNVX & | operator= (VkDeviceGeneratedCommandsFeaturesNVX const &rhs) |
DeviceGeneratedCommandsFeaturesNVX & | setPNext (const void *pNext_) |
DeviceGeneratedCommandsFeaturesNVX & | setComputeBindingPointSupport (Bool32 computeBindingPointSupport_) |
operator VkDeviceGeneratedCommandsFeaturesNVX const & () const | |
operator VkDeviceGeneratedCommandsFeaturesNVX & () | |
bool | operator== (DeviceGeneratedCommandsFeaturesNVX const &rhs) const |
bool | operator!= (DeviceGeneratedCommandsFeaturesNVX const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
Bool32 | computeBindingPointSupport |
Private Attributes | |
StructureType | sType = StructureType::eDeviceGeneratedCommandsFeaturesNVX |
Definition at line 12888 of file vulkan.hpp.
|
inline |
Definition at line 12890 of file vulkan.hpp.
|
inline |
Definition at line 12895 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 12922 of file vulkan.hpp.
|
inline |
Definition at line 12917 of file vulkan.hpp.
|
inline |
Definition at line 12934 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 12927 of file vulkan.hpp.
References computeBindingPointSupport, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 12911 of file vulkan.hpp.
References computeBindingPointSupport.
|
inline |
Definition at line 12905 of file vulkan.hpp.
References pNext.
Bool32 VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsFeaturesNVX::computeBindingPointSupport |
Definition at line 12944 of file vulkan.hpp.
Referenced by operator==(), and setComputeBindingPointSupport().
const void* VULKAN_HPP_NAMESPACE::DeviceGeneratedCommandsFeaturesNVX::pNext = nullptr |
Definition at line 12943 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 12940 of file vulkan.hpp.
Referenced by operator==().