Home
last modified time | relevance | path

Searched defs:PhysicalDeviceMultiDrawPropertiesEXT (Results 1 – 1 of 1) sorted by relevance

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp42088 struct PhysicalDeviceMultiDrawPropertiesEXT struct
42095 …VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiDrawPropertiesEXT( uint32_t maxMultiDrawCount_ = {} ) VULK… in PhysicalDeviceMultiDrawPropertiesEXT() function
42102PhysicalDeviceMultiDrawPropertiesEXT( VkPhysicalDeviceMultiDrawPropertiesEXT const & rhs ) VULKAN_… in PhysicalDeviceMultiDrawPropertiesEXT() function
42113 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiDrawPropertiesEXT const *>( &rh… in operator =()
42117 operator VkPhysicalDeviceMultiDrawPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiDrawPropertiesEXT const&()
42122 operator VkPhysicalDeviceMultiDrawPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiDrawPropertiesEXT&()
42130 bool operator==( PhysicalDeviceMultiDrawPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
42135 bool operator!=( PhysicalDeviceMultiDrawPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
42142 …_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceMultiDrawPropertiesEXT;
42143 void * pNext = {};
[all …]