Vulkan-Hpp
vk::PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT (vk::Bool32 dynamicRenderingUnusedAttachments_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT (PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT (VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXToperator= (PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXToperator= (VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXTsetDynamicRenderingUnusedAttachments (vk::Bool32 dynamicRenderingUnusedAttachments_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT
 
void * pNext = {}
 
vk::Bool32 dynamicRenderingUnusedAttachments = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 63041 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT::PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT ( vk::Bool32  dynamicRenderingUnusedAttachments_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 63049 of file vulkan_structs.hpp.

◆ PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT() [2/3]

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

◆ PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT() [3/3]

vk::PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT::PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT ( VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT const &  rhs)
inline

Definition at line 63059 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT &()

vk::PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT::operator VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT & ( )
inline

Definition at line 63096 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT const &()

vk::PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT::operator VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT const & ( ) const
inline

Definition at line 63091 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 63125 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT& vk::PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT::operator= ( VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT const &  rhs)
inline

Definition at line 63070 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 63116 of file vulkan_structs.hpp.

◆ setDynamicRenderingUnusedAttachments()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT& vk::PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT::setDynamicRenderingUnusedAttachments ( vk::Bool32  dynamicRenderingUnusedAttachments_)
inline

Definition at line 63084 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 63077 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 63045 of file vulkan_structs.hpp.

◆ dynamicRenderingUnusedAttachments

vk::Bool32 vk::PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT::dynamicRenderingUnusedAttachments = {}

Definition at line 63134 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 63133 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT::structureType = StructureType::ePhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT
static

Definition at line 63046 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT::sType = StructureType::ePhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT

Definition at line 63132 of file vulkan_structs.hpp.


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