Vulkan-Hpp
vk::PhysicalDeviceDescriptorBufferFeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceDescriptorBufferFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceDescriptorBufferFeaturesEXT (vk::Bool32 descriptorBuffer_={}, vk::Bool32 descriptorBufferCaptureReplay_={}, vk::Bool32 descriptorBufferImageLayoutIgnored_={}, vk::Bool32 descriptorBufferPushDescriptors_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceDescriptorBufferFeaturesEXT (PhysicalDeviceDescriptorBufferFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceDescriptorBufferFeaturesEXT (VkPhysicalDeviceDescriptorBufferFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDescriptorBufferFeaturesEXToperator= (PhysicalDeviceDescriptorBufferFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceDescriptorBufferFeaturesEXToperator= (VkPhysicalDeviceDescriptorBufferFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDescriptorBufferFeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDescriptorBufferFeaturesEXTsetDescriptorBuffer (vk::Bool32 descriptorBuffer_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDescriptorBufferFeaturesEXTsetDescriptorBufferCaptureReplay (vk::Bool32 descriptorBufferCaptureReplay_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDescriptorBufferFeaturesEXTsetDescriptorBufferImageLayoutIgnored (vk::Bool32 descriptorBufferImageLayoutIgnored_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDescriptorBufferFeaturesEXTsetDescriptorBufferPushDescriptors (vk::Bool32 descriptorBufferPushDescriptors_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDescriptorBufferFeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDescriptorBufferFeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceDescriptorBufferFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceDescriptorBufferFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceDescriptorBufferFeaturesEXT
 
void * pNext = {}
 
vk::Bool32 descriptorBuffer = {}
 
vk::Bool32 descriptorBufferCaptureReplay = {}
 
vk::Bool32 descriptorBufferImageLayoutIgnored = {}
 
vk::Bool32 descriptorBufferPushDescriptors = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 60724 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceDescriptorBufferFeaturesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceDescriptorBufferFeaturesEXT::PhysicalDeviceDescriptorBufferFeaturesEXT ( vk::Bool32  descriptorBuffer_ = {},
vk::Bool32  descriptorBufferCaptureReplay_ = {},
vk::Bool32  descriptorBufferImageLayoutIgnored_ = {},
vk::Bool32  descriptorBufferPushDescriptors_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 60732 of file vulkan_structs.hpp.

◆ PhysicalDeviceDescriptorBufferFeaturesEXT() [2/3]

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

◆ PhysicalDeviceDescriptorBufferFeaturesEXT() [3/3]

vk::PhysicalDeviceDescriptorBufferFeaturesEXT::PhysicalDeviceDescriptorBufferFeaturesEXT ( VkPhysicalDeviceDescriptorBufferFeaturesEXT const &  rhs)
inline

Definition at line 60747 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceDescriptorBufferFeaturesEXT &()

vk::PhysicalDeviceDescriptorBufferFeaturesEXT::operator VkPhysicalDeviceDescriptorBufferFeaturesEXT & ( )
inline

Definition at line 60802 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceDescriptorBufferFeaturesEXT const &()

vk::PhysicalDeviceDescriptorBufferFeaturesEXT::operator VkPhysicalDeviceDescriptorBufferFeaturesEXT const & ( ) const
inline

Definition at line 60797 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 60839 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceDescriptorBufferFeaturesEXT& vk::PhysicalDeviceDescriptorBufferFeaturesEXT::operator= ( VkPhysicalDeviceDescriptorBufferFeaturesEXT const &  rhs)
inline

Definition at line 60755 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 60827 of file vulkan_structs.hpp.

◆ setDescriptorBuffer()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDescriptorBufferFeaturesEXT& vk::PhysicalDeviceDescriptorBufferFeaturesEXT::setDescriptorBuffer ( vk::Bool32  descriptorBuffer_)
inline

Definition at line 60769 of file vulkan_structs.hpp.

◆ setDescriptorBufferCaptureReplay()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDescriptorBufferFeaturesEXT& vk::PhysicalDeviceDescriptorBufferFeaturesEXT::setDescriptorBufferCaptureReplay ( vk::Bool32  descriptorBufferCaptureReplay_)
inline

Definition at line 60776 of file vulkan_structs.hpp.

◆ setDescriptorBufferImageLayoutIgnored()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDescriptorBufferFeaturesEXT& vk::PhysicalDeviceDescriptorBufferFeaturesEXT::setDescriptorBufferImageLayoutIgnored ( vk::Bool32  descriptorBufferImageLayoutIgnored_)
inline

Definition at line 60783 of file vulkan_structs.hpp.

◆ setDescriptorBufferPushDescriptors()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDescriptorBufferFeaturesEXT& vk::PhysicalDeviceDescriptorBufferFeaturesEXT::setDescriptorBufferPushDescriptors ( vk::Bool32  descriptorBufferPushDescriptors_)
inline

Definition at line 60790 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 60762 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 60728 of file vulkan_structs.hpp.

◆ descriptorBuffer

vk::Bool32 vk::PhysicalDeviceDescriptorBufferFeaturesEXT::descriptorBuffer = {}

Definition at line 60848 of file vulkan_structs.hpp.

◆ descriptorBufferCaptureReplay

vk::Bool32 vk::PhysicalDeviceDescriptorBufferFeaturesEXT::descriptorBufferCaptureReplay = {}

Definition at line 60849 of file vulkan_structs.hpp.

◆ descriptorBufferImageLayoutIgnored

vk::Bool32 vk::PhysicalDeviceDescriptorBufferFeaturesEXT::descriptorBufferImageLayoutIgnored = {}

Definition at line 60850 of file vulkan_structs.hpp.

◆ descriptorBufferPushDescriptors

vk::Bool32 vk::PhysicalDeviceDescriptorBufferFeaturesEXT::descriptorBufferPushDescriptors = {}

Definition at line 60851 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 60847 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceDescriptorBufferFeaturesEXT::structureType = StructureType::ePhysicalDeviceDescriptorBufferFeaturesEXT
static

Definition at line 60729 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceDescriptorBufferFeaturesEXT::sType = StructureType::ePhysicalDeviceDescriptorBufferFeaturesEXT

Definition at line 60846 of file vulkan_structs.hpp.


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