Vulkan-Hpp
vk::PhysicalDeviceNestedCommandBufferPropertiesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceNestedCommandBufferPropertiesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceNestedCommandBufferPropertiesEXT (uint32_t maxCommandBufferNestingLevel_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceNestedCommandBufferPropertiesEXT (PhysicalDeviceNestedCommandBufferPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceNestedCommandBufferPropertiesEXT (VkPhysicalDeviceNestedCommandBufferPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceNestedCommandBufferPropertiesEXToperator= (PhysicalDeviceNestedCommandBufferPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceNestedCommandBufferPropertiesEXToperator= (VkPhysicalDeviceNestedCommandBufferPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceNestedCommandBufferPropertiesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceNestedCommandBufferPropertiesEXTsetMaxCommandBufferNestingLevel (uint32_t maxCommandBufferNestingLevel_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceNestedCommandBufferPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceNestedCommandBufferPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceNestedCommandBufferPropertiesEXT
 
void * pNext = {}
 
uint32_t maxCommandBufferNestingLevel = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceNestedCommandBufferPropertiesEXT
 

Detailed Description

Definition at line 74137 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceNestedCommandBufferPropertiesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceNestedCommandBufferPropertiesEXT::PhysicalDeviceNestedCommandBufferPropertiesEXT ( uint32_t  maxCommandBufferNestingLevel_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 74145 of file vulkan_structs.hpp.

◆ PhysicalDeviceNestedCommandBufferPropertiesEXT() [2/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceNestedCommandBufferPropertiesEXT::PhysicalDeviceNestedCommandBufferPropertiesEXT ( PhysicalDeviceNestedCommandBufferPropertiesEXT const &  rhs)
default

◆ PhysicalDeviceNestedCommandBufferPropertiesEXT() [3/3]

vk::PhysicalDeviceNestedCommandBufferPropertiesEXT::PhysicalDeviceNestedCommandBufferPropertiesEXT ( VkPhysicalDeviceNestedCommandBufferPropertiesEXT const &  rhs)
inline

Definition at line 74155 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT &()

vk::PhysicalDeviceNestedCommandBufferPropertiesEXT::operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT & ( )
inline

Definition at line 74189 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT const &()

vk::PhysicalDeviceNestedCommandBufferPropertiesEXT::operator VkPhysicalDeviceNestedCommandBufferPropertiesEXT const & ( ) const
inline

Definition at line 74184 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::PhysicalDeviceNestedCommandBufferPropertiesEXT::operator!= ( PhysicalDeviceNestedCommandBufferPropertiesEXT const &  rhs) const
inline

Definition at line 74218 of file vulkan_structs.hpp.

◆ operator=() [1/2]

PhysicalDeviceNestedCommandBufferPropertiesEXT& vk::PhysicalDeviceNestedCommandBufferPropertiesEXT::operator= ( PhysicalDeviceNestedCommandBufferPropertiesEXT const &  rhs)
default

◆ operator=() [2/2]

PhysicalDeviceNestedCommandBufferPropertiesEXT& vk::PhysicalDeviceNestedCommandBufferPropertiesEXT::operator= ( VkPhysicalDeviceNestedCommandBufferPropertiesEXT const &  rhs)
inline

Definition at line 74163 of file vulkan_structs.hpp.

◆ operator==()

bool vk::PhysicalDeviceNestedCommandBufferPropertiesEXT::operator== ( PhysicalDeviceNestedCommandBufferPropertiesEXT const &  rhs) const
inline

Definition at line 74209 of file vulkan_structs.hpp.

◆ setMaxCommandBufferNestingLevel()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceNestedCommandBufferPropertiesEXT& vk::PhysicalDeviceNestedCommandBufferPropertiesEXT::setMaxCommandBufferNestingLevel ( uint32_t  maxCommandBufferNestingLevel_)
inline

Definition at line 74177 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceNestedCommandBufferPropertiesEXT& vk::PhysicalDeviceNestedCommandBufferPropertiesEXT::setPNext ( void *  pNext_)
inline

Definition at line 74170 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::PhysicalDeviceNestedCommandBufferPropertiesEXT::allowDuplicate = false
static

Definition at line 74141 of file vulkan_structs.hpp.

◆ maxCommandBufferNestingLevel

uint32_t vk::PhysicalDeviceNestedCommandBufferPropertiesEXT::maxCommandBufferNestingLevel = {}

Definition at line 74227 of file vulkan_structs.hpp.

◆ pNext

void* vk::PhysicalDeviceNestedCommandBufferPropertiesEXT::pNext = {}

Definition at line 74226 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceNestedCommandBufferPropertiesEXT::structureType = StructureType::ePhysicalDeviceNestedCommandBufferPropertiesEXT
static

Definition at line 74142 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceNestedCommandBufferPropertiesEXT::sType = StructureType::ePhysicalDeviceNestedCommandBufferPropertiesEXT

Definition at line 74225 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: