Searched refs:VkPhysicalDeviceProvokingVertexPropertiesEXT (Results 1 – 7 of 7) sorted by relevance
45 typedef struct VkPhysicalDeviceProvokingVertexPropertiesEXT { struct49 } VkPhysicalDeviceProvokingVertexPropertiesEXT; argument
61 void getProperties(VkPhysicalDeviceProvokingVertexPropertiesEXT *properties) const;
891 void PhysicalDevice::getProperties(VkPhysicalDeviceProvokingVertexPropertiesEXT *properties) const in getProperties()
3148 …auto properties = reinterpret_cast<VkPhysicalDeviceProvokingVertexPropertiesEXT *>(extensionProper… in vkGetPhysicalDeviceProperties2()
224 sizeof(VkPhysicalDeviceProvokingVertexPropertiesEXT)}, in setCustomExtensionsEnvironment()
11387 typedef struct VkPhysicalDeviceProvokingVertexPropertiesEXT { struct11392 } VkPhysicalDeviceProvokingVertexPropertiesEXT; argument
43904 …PhysicalDeviceProvokingVertexPropertiesEXT( VkPhysicalDeviceProvokingVertexPropertiesEXT const & r… in PhysicalDeviceProvokingVertexPropertiesEXT()43915 operator=( VkPhysicalDeviceProvokingVertexPropertiesEXT const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()43921 operator VkPhysicalDeviceProvokingVertexPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProvokingVertexPropertiesEXT const&()43923 return *reinterpret_cast<const VkPhysicalDeviceProvokingVertexPropertiesEXT *>( this ); in operator VkPhysicalDeviceProvokingVertexPropertiesEXT const&()43926 operator VkPhysicalDeviceProvokingVertexPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProvokingVertexPropertiesEXT&()43928 return *reinterpret_cast<VkPhysicalDeviceProvokingVertexPropertiesEXT *>( this ); in operator VkPhysicalDeviceProvokingVertexPropertiesEXT&()43955 sizeof( VkPhysicalDeviceProvokingVertexPropertiesEXT ),