Vulkan-Hpp
vk::PhysicalDeviceConditionalRenderingFeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceConditionalRenderingFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceConditionalRenderingFeaturesEXT (vk::Bool32 conditionalRendering_={}, vk::Bool32 inheritedConditionalRendering_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceConditionalRenderingFeaturesEXT (PhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceConditionalRenderingFeaturesEXT (VkPhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceConditionalRenderingFeaturesEXToperator= (PhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceConditionalRenderingFeaturesEXToperator= (VkPhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceConditionalRenderingFeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceConditionalRenderingFeaturesEXTsetConditionalRendering (vk::Bool32 conditionalRendering_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceConditionalRenderingFeaturesEXTsetInheritedConditionalRendering (vk::Bool32 inheritedConditionalRendering_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceConditionalRenderingFeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceConditionalRenderingFeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceConditionalRenderingFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceConditionalRenderingFeaturesEXT
 
void * pNext = {}
 
vk::Bool32 conditionalRendering = {}
 
vk::Bool32 inheritedConditionalRendering = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 58427 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceConditionalRenderingFeaturesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceConditionalRenderingFeaturesEXT::PhysicalDeviceConditionalRenderingFeaturesEXT ( vk::Bool32  conditionalRendering_ = {},
vk::Bool32  inheritedConditionalRendering_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 58435 of file vulkan_structs.hpp.

◆ PhysicalDeviceConditionalRenderingFeaturesEXT() [2/3]

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

◆ PhysicalDeviceConditionalRenderingFeaturesEXT() [3/3]

vk::PhysicalDeviceConditionalRenderingFeaturesEXT::PhysicalDeviceConditionalRenderingFeaturesEXT ( VkPhysicalDeviceConditionalRenderingFeaturesEXT const &  rhs)
inline

Definition at line 58447 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceConditionalRenderingFeaturesEXT &()

vk::PhysicalDeviceConditionalRenderingFeaturesEXT::operator VkPhysicalDeviceConditionalRenderingFeaturesEXT & ( )
inline

Definition at line 58488 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceConditionalRenderingFeaturesEXT const &()

vk::PhysicalDeviceConditionalRenderingFeaturesEXT::operator VkPhysicalDeviceConditionalRenderingFeaturesEXT const & ( ) const
inline

Definition at line 58483 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 58518 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceConditionalRenderingFeaturesEXT& vk::PhysicalDeviceConditionalRenderingFeaturesEXT::operator= ( VkPhysicalDeviceConditionalRenderingFeaturesEXT const &  rhs)
inline

Definition at line 58455 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 58508 of file vulkan_structs.hpp.

◆ setConditionalRendering()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceConditionalRenderingFeaturesEXT& vk::PhysicalDeviceConditionalRenderingFeaturesEXT::setConditionalRendering ( vk::Bool32  conditionalRendering_)
inline

Definition at line 58469 of file vulkan_structs.hpp.

◆ setInheritedConditionalRendering()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceConditionalRenderingFeaturesEXT& vk::PhysicalDeviceConditionalRenderingFeaturesEXT::setInheritedConditionalRendering ( vk::Bool32  inheritedConditionalRendering_)
inline

Definition at line 58476 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 58462 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 58431 of file vulkan_structs.hpp.

◆ conditionalRendering

vk::Bool32 vk::PhysicalDeviceConditionalRenderingFeaturesEXT::conditionalRendering = {}

Definition at line 58527 of file vulkan_structs.hpp.

◆ inheritedConditionalRendering

vk::Bool32 vk::PhysicalDeviceConditionalRenderingFeaturesEXT::inheritedConditionalRendering = {}

Definition at line 58528 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 58526 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceConditionalRenderingFeaturesEXT::structureType = StructureType::ePhysicalDeviceConditionalRenderingFeaturesEXT
static

Definition at line 58432 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceConditionalRenderingFeaturesEXT::sType = StructureType::ePhysicalDeviceConditionalRenderingFeaturesEXT

Definition at line 58525 of file vulkan_structs.hpp.


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