SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
PhysicalDeviceVertexAttributeDivisorPropertiesEXT (uint32_t maxVertexAttribDivisor_=0) | |
PhysicalDeviceVertexAttributeDivisorPropertiesEXT (VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT const &rhs) | |
PhysicalDeviceVertexAttributeDivisorPropertiesEXT & | operator= (VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT const &rhs) |
PhysicalDeviceVertexAttributeDivisorPropertiesEXT & | setPNext (void *pNext_) |
PhysicalDeviceVertexAttributeDivisorPropertiesEXT & | setMaxVertexAttribDivisor (uint32_t maxVertexAttribDivisor_) |
operator VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT const & () const | |
operator VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT & () | |
bool | operator== (PhysicalDeviceVertexAttributeDivisorPropertiesEXT const &rhs) const |
bool | operator!= (PhysicalDeviceVertexAttributeDivisorPropertiesEXT const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
uint32_t | maxVertexAttribDivisor |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceVertexAttributeDivisorPropertiesEXT |
Definition at line 18326 of file vulkan.hpp.
|
inline |
Definition at line 18328 of file vulkan.hpp.
|
inline |
Definition at line 18333 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 18360 of file vulkan.hpp.
|
inline |
Definition at line 18355 of file vulkan.hpp.
|
inline |
Definition at line 18372 of file vulkan.hpp.
|
inline |
Definition at line 18338 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 18365 of file vulkan.hpp.
References maxVertexAttribDivisor, pNext, and sType.
|
inline |
Definition at line 18349 of file vulkan.hpp.
|
inline |
Definition at line 18343 of file vulkan.hpp.
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceVertexAttributeDivisorPropertiesEXT::maxVertexAttribDivisor |
Definition at line 18382 of file vulkan.hpp.
Referenced by operator==().
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceVertexAttributeDivisorPropertiesEXT::pNext = nullptr |
Definition at line 18381 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 18378 of file vulkan.hpp.
Referenced by operator==().