Vulkan-Hpp
vk::PhysicalDeviceLinearColorAttachmentFeaturesNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceLinearColorAttachmentFeaturesNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceLinearColorAttachmentFeaturesNV (vk::Bool32 linearColorAttachment_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceLinearColorAttachmentFeaturesNV (PhysicalDeviceLinearColorAttachmentFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceLinearColorAttachmentFeaturesNV (VkPhysicalDeviceLinearColorAttachmentFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceLinearColorAttachmentFeaturesNVoperator= (PhysicalDeviceLinearColorAttachmentFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceLinearColorAttachmentFeaturesNVoperator= (VkPhysicalDeviceLinearColorAttachmentFeaturesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceLinearColorAttachmentFeaturesNVsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceLinearColorAttachmentFeaturesNVsetLinearColorAttachment (vk::Bool32 linearColorAttachment_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceLinearColorAttachmentFeaturesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceLinearColorAttachmentFeaturesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceLinearColorAttachmentFeaturesNV
 
void * pNext = {}
 
vk::Bool32 linearColorAttachment = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 71177 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceLinearColorAttachmentFeaturesNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceLinearColorAttachmentFeaturesNV::PhysicalDeviceLinearColorAttachmentFeaturesNV ( vk::Bool32  linearColorAttachment_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 71185 of file vulkan_structs.hpp.

◆ PhysicalDeviceLinearColorAttachmentFeaturesNV() [2/3]

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

◆ PhysicalDeviceLinearColorAttachmentFeaturesNV() [3/3]

vk::PhysicalDeviceLinearColorAttachmentFeaturesNV::PhysicalDeviceLinearColorAttachmentFeaturesNV ( VkPhysicalDeviceLinearColorAttachmentFeaturesNV const &  rhs)
inline

Definition at line 71195 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV &()

vk::PhysicalDeviceLinearColorAttachmentFeaturesNV::operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV & ( )
inline

Definition at line 71229 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const &()

vk::PhysicalDeviceLinearColorAttachmentFeaturesNV::operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const & ( ) const
inline

Definition at line 71224 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 71258 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceLinearColorAttachmentFeaturesNV& vk::PhysicalDeviceLinearColorAttachmentFeaturesNV::operator= ( VkPhysicalDeviceLinearColorAttachmentFeaturesNV const &  rhs)
inline

Definition at line 71203 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 71249 of file vulkan_structs.hpp.

◆ setLinearColorAttachment()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceLinearColorAttachmentFeaturesNV& vk::PhysicalDeviceLinearColorAttachmentFeaturesNV::setLinearColorAttachment ( vk::Bool32  linearColorAttachment_)
inline

Definition at line 71217 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 71210 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 71181 of file vulkan_structs.hpp.

◆ linearColorAttachment

vk::Bool32 vk::PhysicalDeviceLinearColorAttachmentFeaturesNV::linearColorAttachment = {}

Definition at line 71267 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 71266 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceLinearColorAttachmentFeaturesNV::structureType = StructureType::ePhysicalDeviceLinearColorAttachmentFeaturesNV
static

Definition at line 71182 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceLinearColorAttachmentFeaturesNV::sType = StructureType::ePhysicalDeviceLinearColorAttachmentFeaturesNV

Definition at line 71265 of file vulkan_structs.hpp.


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