Vulkan-Hpp
vk::PhysicalDeviceSeparateDepthStencilLayoutsFeatures Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceSeparateDepthStencilLayoutsFeatures (vk::Bool32 separateDepthStencilLayouts_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceSeparateDepthStencilLayoutsFeatures (PhysicalDeviceSeparateDepthStencilLayoutsFeatures const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceSeparateDepthStencilLayoutsFeatures (VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceSeparateDepthStencilLayoutsFeaturesoperator= (PhysicalDeviceSeparateDepthStencilLayoutsFeatures const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceSeparateDepthStencilLayoutsFeaturesoperator= (VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceSeparateDepthStencilLayoutsFeaturessetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceSeparateDepthStencilLayoutsFeaturessetSeparateDepthStencilLayouts (vk::Bool32 separateDepthStencilLayouts_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceSeparateDepthStencilLayoutsFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceSeparateDepthStencilLayoutsFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceSeparateDepthStencilLayoutsFeatures
 
void * pNext = {}
 
vk::Bool32 separateDepthStencilLayouts = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 80232 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceSeparateDepthStencilLayoutsFeatures() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceSeparateDepthStencilLayoutsFeatures::PhysicalDeviceSeparateDepthStencilLayoutsFeatures ( vk::Bool32  separateDepthStencilLayouts_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 80240 of file vulkan_structs.hpp.

◆ PhysicalDeviceSeparateDepthStencilLayoutsFeatures() [2/3]

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

◆ PhysicalDeviceSeparateDepthStencilLayoutsFeatures() [3/3]

vk::PhysicalDeviceSeparateDepthStencilLayoutsFeatures::PhysicalDeviceSeparateDepthStencilLayoutsFeatures ( VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures const &  rhs)
inline

Definition at line 80250 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures &()

vk::PhysicalDeviceSeparateDepthStencilLayoutsFeatures::operator VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures & ( )
inline

Definition at line 80285 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures const &()

vk::PhysicalDeviceSeparateDepthStencilLayoutsFeatures::operator VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures const & ( ) const
inline

Definition at line 80280 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 80314 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceSeparateDepthStencilLayoutsFeatures& vk::PhysicalDeviceSeparateDepthStencilLayoutsFeatures::operator= ( VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures const &  rhs)
inline

Definition at line 80259 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 80305 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 80266 of file vulkan_structs.hpp.

◆ setSeparateDepthStencilLayouts()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceSeparateDepthStencilLayoutsFeatures& vk::PhysicalDeviceSeparateDepthStencilLayoutsFeatures::setSeparateDepthStencilLayouts ( vk::Bool32  separateDepthStencilLayouts_)
inline

Definition at line 80273 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 80236 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 80322 of file vulkan_structs.hpp.

◆ separateDepthStencilLayouts

vk::Bool32 vk::PhysicalDeviceSeparateDepthStencilLayoutsFeatures::separateDepthStencilLayouts = {}

Definition at line 80323 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceSeparateDepthStencilLayoutsFeatures::structureType = StructureType::ePhysicalDeviceSeparateDepthStencilLayoutsFeatures
static

Definition at line 80237 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceSeparateDepthStencilLayoutsFeatures::sType = StructureType::ePhysicalDeviceSeparateDepthStencilLayoutsFeatures

Definition at line 80321 of file vulkan_structs.hpp.


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