Searched defs:VkVertexInputAttributeDescription (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h1726 typedef struct VkVertexInputAttributeDescription { struct
1731 } VkVertexInputAttributeDescription; typedef in typeref:struct:VkVertexInputAttributeDescription
1740 const VkVertexInputAttributeDescription* pVertexAttributeDescriptions;
H A Dvulkan.hpp5230 VertexInputAttributeDescription( VkVertexInputAttributeDescription const & rhs )
5235 VertexInputAttributeDescription& operator=( VkVertexInputAttributeDescription const & rhs )
5265 operator const VkVertexInputAttributeDescription&() const
5267 return *reinterpret_cast<const VkVertexInputAttributeDescription*>(this);
5288 static_assert( sizeof( VertexInputAttributeDescription ) == sizeof( VkVertexInputAttributeDescription ), "struct and wrapper have different size!" );

Completed in 296 milliseconds