Lines Matching defs:PhysicalDeviceNestedCommandBufferPropertiesEXT
85828 struct PhysicalDeviceNestedCommandBufferPropertiesEXT struct
85830 using NativeType = VkPhysicalDeviceNestedCommandBufferPropertiesEXT;
85832 static const bool allowDuplicate = false;
85836 …VULKAN_HPP_CONSTEXPR PhysicalDeviceNestedCommandBufferPropertiesEXT( uint32_t maxCommandBufferNest… in PhysicalDeviceNestedCommandBufferPropertiesEXT() function
85846 …PhysicalDeviceNestedCommandBufferPropertiesEXT( VkPhysicalDeviceNestedCommandBufferPropertiesEXT c… in PhysicalDeviceNestedCommandBufferPropertiesEXT() function
85856 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceNestedCommandBufferPropertiesEXT con… in operator =()
85861 …R_14 PhysicalDeviceNestedCommandBufferPropertiesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
85868 setMaxCommandBufferNestingLevel( uint32_t maxCommandBufferNestingLevel_ ) VULKAN_HPP_NOEXCEPT in setMaxCommandBufferNestingLevel()
85875 operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT const&()
85880 operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT&()
85891 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
85900 … operator==( PhysicalDeviceNestedCommandBufferPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
85909 … operator!=( PhysicalDeviceNestedCommandBufferPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
85916 …Type sType = StructureType::ePhysicalDeviceNestedCommandBufferPropertiesEXT;
85917 void * pNext = {};
85918 uint32_t maxCommandBufferNestingLevel = {};