Vulkan-Hpp
vk::PhysicalDeviceSubpassShadingFeaturesHUAWEI Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceSubpassShadingFeaturesHUAWEI
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceSubpassShadingFeaturesHUAWEI (vk::Bool32 subpassShading_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceSubpassShadingFeaturesHUAWEI (PhysicalDeviceSubpassShadingFeaturesHUAWEI const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceSubpassShadingFeaturesHUAWEI (VkPhysicalDeviceSubpassShadingFeaturesHUAWEI const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceSubpassShadingFeaturesHUAWEIoperator= (PhysicalDeviceSubpassShadingFeaturesHUAWEI const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceSubpassShadingFeaturesHUAWEIoperator= (VkPhysicalDeviceSubpassShadingFeaturesHUAWEI const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceSubpassShadingFeaturesHUAWEIsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceSubpassShadingFeaturesHUAWEIsetSubpassShading (vk::Bool32 subpassShading_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceSubpassShadingFeaturesHUAWEI const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceSubpassShadingFeaturesHUAWEI & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceSubpassShadingFeaturesHUAWEI const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceSubpassShadingFeaturesHUAWEI const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceSubpassShadingFeaturesHUAWEI
 
void * pNext = {}
 
vk::Bool32 subpassShading = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 84732 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceSubpassShadingFeaturesHUAWEI() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceSubpassShadingFeaturesHUAWEI::PhysicalDeviceSubpassShadingFeaturesHUAWEI ( vk::Bool32  subpassShading_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 84740 of file vulkan_structs.hpp.

◆ PhysicalDeviceSubpassShadingFeaturesHUAWEI() [2/3]

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

◆ PhysicalDeviceSubpassShadingFeaturesHUAWEI() [3/3]

vk::PhysicalDeviceSubpassShadingFeaturesHUAWEI::PhysicalDeviceSubpassShadingFeaturesHUAWEI ( VkPhysicalDeviceSubpassShadingFeaturesHUAWEI const &  rhs)
inline

Definition at line 84749 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceSubpassShadingFeaturesHUAWEI &()

vk::PhysicalDeviceSubpassShadingFeaturesHUAWEI::operator VkPhysicalDeviceSubpassShadingFeaturesHUAWEI & ( )
inline

Definition at line 84782 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceSubpassShadingFeaturesHUAWEI const &()

vk::PhysicalDeviceSubpassShadingFeaturesHUAWEI::operator VkPhysicalDeviceSubpassShadingFeaturesHUAWEI const & ( ) const
inline

Definition at line 84777 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 84811 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceSubpassShadingFeaturesHUAWEI& vk::PhysicalDeviceSubpassShadingFeaturesHUAWEI::operator= ( VkPhysicalDeviceSubpassShadingFeaturesHUAWEI const &  rhs)
inline

Definition at line 84757 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 84802 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 84764 of file vulkan_structs.hpp.

◆ setSubpassShading()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceSubpassShadingFeaturesHUAWEI& vk::PhysicalDeviceSubpassShadingFeaturesHUAWEI::setSubpassShading ( vk::Bool32  subpassShading_)
inline

Definition at line 84770 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 84736 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 84819 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceSubpassShadingFeaturesHUAWEI::structureType = StructureType::ePhysicalDeviceSubpassShadingFeaturesHUAWEI
static

Definition at line 84737 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceSubpassShadingFeaturesHUAWEI::sType = StructureType::ePhysicalDeviceSubpassShadingFeaturesHUAWEI

Definition at line 84818 of file vulkan_structs.hpp.

◆ subpassShading

vk::Bool32 vk::PhysicalDeviceSubpassShadingFeaturesHUAWEI::subpassShading = {}

Definition at line 84820 of file vulkan_structs.hpp.


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