SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
PhysicalDevicePushDescriptorPropertiesKHR (uint32_t maxPushDescriptors_=0) | |
PhysicalDevicePushDescriptorPropertiesKHR (VkPhysicalDevicePushDescriptorPropertiesKHR const &rhs) | |
PhysicalDevicePushDescriptorPropertiesKHR & | operator= (VkPhysicalDevicePushDescriptorPropertiesKHR const &rhs) |
PhysicalDevicePushDescriptorPropertiesKHR & | setPNext (void *pNext_) |
PhysicalDevicePushDescriptorPropertiesKHR & | setMaxPushDescriptors (uint32_t maxPushDescriptors_) |
operator VkPhysicalDevicePushDescriptorPropertiesKHR const & () const | |
operator VkPhysicalDevicePushDescriptorPropertiesKHR & () | |
bool | operator== (PhysicalDevicePushDescriptorPropertiesKHR const &rhs) const |
bool | operator!= (PhysicalDevicePushDescriptorPropertiesKHR const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
uint32_t | maxPushDescriptors |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDevicePushDescriptorPropertiesKHR |
Definition at line 13190 of file vulkan.hpp.
|
inline |
Definition at line 13192 of file vulkan.hpp.
|
inline |
Definition at line 13197 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 13224 of file vulkan.hpp.
|
inline |
Definition at line 13219 of file vulkan.hpp.
|
inline |
Definition at line 13236 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 13229 of file vulkan.hpp.
References maxPushDescriptors, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 13213 of file vulkan.hpp.
References maxPushDescriptors.
|
inline |
Definition at line 13207 of file vulkan.hpp.
References pNext.
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDevicePushDescriptorPropertiesKHR::maxPushDescriptors |
Definition at line 13246 of file vulkan.hpp.
Referenced by operator==(), and setMaxPushDescriptors().
void* VULKAN_HPP_NAMESPACE::PhysicalDevicePushDescriptorPropertiesKHR::pNext = nullptr |
Definition at line 13245 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 13242 of file vulkan.hpp.
Referenced by operator==().