Lines Matching defs:PhysicalDeviceNestedCommandBufferPropertiesEXT
74936 struct PhysicalDeviceNestedCommandBufferPropertiesEXT struct
74938 using NativeType = VkPhysicalDeviceNestedCommandBufferPropertiesEXT;
74940 static const bool allowDuplicate = false;
74944 …VULKAN_HPP_CONSTEXPR PhysicalDeviceNestedCommandBufferPropertiesEXT( uint32_t maxCommandBufferNest… in PhysicalDeviceNestedCommandBufferPropertiesEXT() function
74954 …PhysicalDeviceNestedCommandBufferPropertiesEXT( VkPhysicalDeviceNestedCommandBufferPropertiesEXT c… in PhysicalDeviceNestedCommandBufferPropertiesEXT() function
74964 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceNestedCommandBufferPropertiesEXT con… in operator =()
74969 …R_14 PhysicalDeviceNestedCommandBufferPropertiesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
74976 setMaxCommandBufferNestingLevel( uint32_t maxCommandBufferNestingLevel_ ) VULKAN_HPP_NOEXCEPT in setMaxCommandBufferNestingLevel()
74983 operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT const&()
74988 operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT&()
74999 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
75008 … operator==( PhysicalDeviceNestedCommandBufferPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
75017 … operator!=( PhysicalDeviceNestedCommandBufferPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
75024 …Type sType = StructureType::ePhysicalDeviceNestedCommandBufferPropertiesEXT;
75025 void * pNext = {};
75026 uint32_t maxCommandBufferNestingLevel = {};