Home
last modified time | relevance | path

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

/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp74013 struct PhysicalDeviceNestedCommandBufferFeaturesEXT struct
74015 using NativeType = VkPhysicalDeviceNestedCommandBufferFeaturesEXT;
74017 static const bool allowDuplicate = false;
74018 …STEXPR StructureType structureType = StructureType::ePhysicalDeviceNestedCommandBufferFeaturesEXT;
74021 …VULKAN_HPP_CONSTEXPR PhysicalDeviceNestedCommandBufferFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 ne… in PhysicalDeviceNestedCommandBufferFeaturesEXT() function
74034PhysicalDeviceNestedCommandBufferFeaturesEXT( VkPhysicalDeviceNestedCommandBufferFeaturesEXT const… in PhysicalDeviceNestedCommandBufferFeaturesEXT() function
74044 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceNestedCommandBufferFeaturesEXT const… in operator =()
74049 …XPR_14 PhysicalDeviceNestedCommandBufferFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
74056 … setNestedCommandBuffer( VULKAN_HPP_NAMESPACE::Bool32 nestedCommandBuffer_ ) VULKAN_HPP_NOEXCEPT in setNestedCommandBuffer()
74063 …ndBufferRendering( VULKAN_HPP_NAMESPACE::Bool32 nestedCommandBufferRendering_ ) VULKAN_HPP_NOEXCEPT in setNestedCommandBufferRendering()
[all …]