Vulkan-Hpp
vk::DirectDriverLoadingListLUNARG Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDirectDriverLoadingListLUNARG
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DirectDriverLoadingListLUNARG (vk::DirectDriverLoadingModeLUNARG mode_=vk::DirectDriverLoadingModeLUNARG::eExclusive, uint32_t driverCount_={}, const vk::DirectDriverLoadingInfoLUNARG *pDrivers_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DirectDriverLoadingListLUNARG (DirectDriverLoadingListLUNARG const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DirectDriverLoadingListLUNARG (VkDirectDriverLoadingListLUNARG const &rhs) VULKAN_HPP_NOEXCEPT
 
 DirectDriverLoadingListLUNARG (vk::DirectDriverLoadingModeLUNARG mode_, vk::ArrayProxyNoTemporaries< const vk::DirectDriverLoadingInfoLUNARG > const &drivers_, const void *pNext_=nullptr)
 
DirectDriverLoadingListLUNARGoperator= (DirectDriverLoadingListLUNARG const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DirectDriverLoadingListLUNARGoperator= (VkDirectDriverLoadingListLUNARG const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DirectDriverLoadingListLUNARGsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DirectDriverLoadingListLUNARGsetMode (vk::DirectDriverLoadingModeLUNARG mode_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DirectDriverLoadingListLUNARGsetDriverCount (uint32_t driverCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DirectDriverLoadingListLUNARGsetPDrivers (const vk::DirectDriverLoadingInfoLUNARG *pDrivers_) VULKAN_HPP_NOEXCEPT
 
DirectDriverLoadingListLUNARGsetDrivers (vk::ArrayProxyNoTemporaries< const vk::DirectDriverLoadingInfoLUNARG > const &drivers_) VULKAN_HPP_NOEXCEPT
 
 operator VkDirectDriverLoadingListLUNARG const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDirectDriverLoadingListLUNARG & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DirectDriverLoadingListLUNARG const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DirectDriverLoadingListLUNARG const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eDirectDriverLoadingListLUNARG
 
const void * pNext = {}
 
vk::DirectDriverLoadingModeLUNARG mode = vk::DirectDriverLoadingModeLUNARG::eExclusive
 
uint32_t driverCount = {}
 
const vk::DirectDriverLoadingInfoLUNARGpDrivers = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 30753 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DirectDriverLoadingListLUNARG() [1/4]

VULKAN_HPP_CONSTEXPR vk::DirectDriverLoadingListLUNARG::DirectDriverLoadingListLUNARG ( vk::DirectDriverLoadingModeLUNARG  mode_ = vk::DirectDriverLoadingModeLUNARG::eExclusive,
uint32_t  driverCount_ = {},
const vk::DirectDriverLoadingInfoLUNARG pDrivers_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 30761 of file vulkan_structs.hpp.

◆ DirectDriverLoadingListLUNARG() [2/4]

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

◆ DirectDriverLoadingListLUNARG() [3/4]

vk::DirectDriverLoadingListLUNARG::DirectDriverLoadingListLUNARG ( VkDirectDriverLoadingListLUNARG const &  rhs)
inline

Definition at line 30775 of file vulkan_structs.hpp.

◆ DirectDriverLoadingListLUNARG() [4/4]

vk::DirectDriverLoadingListLUNARG::DirectDriverLoadingListLUNARG ( vk::DirectDriverLoadingModeLUNARG  mode_,
vk::ArrayProxyNoTemporaries< const vk::DirectDriverLoadingInfoLUNARG > const &  drivers_,
const void *  pNext_ = nullptr 
)
inline

Definition at line 30781 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDirectDriverLoadingListLUNARG &()

vk::DirectDriverLoadingListLUNARG::operator VkDirectDriverLoadingListLUNARG & ( )
inline

Definition at line 30840 of file vulkan_structs.hpp.

◆ operator VkDirectDriverLoadingListLUNARG const &()

vk::DirectDriverLoadingListLUNARG::operator VkDirectDriverLoadingListLUNARG const & ( ) const
inline

Definition at line 30835 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 30870 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

DirectDriverLoadingListLUNARG& vk::DirectDriverLoadingListLUNARG::operator= ( VkDirectDriverLoadingListLUNARG const &  rhs)
inline

Definition at line 30792 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 30861 of file vulkan_structs.hpp.

◆ setDriverCount()

VULKAN_HPP_CONSTEXPR_14 DirectDriverLoadingListLUNARG& vk::DirectDriverLoadingListLUNARG::setDriverCount ( uint32_t  driverCount_)
inline

Definition at line 30811 of file vulkan_structs.hpp.

◆ setDrivers()

DirectDriverLoadingListLUNARG& vk::DirectDriverLoadingListLUNARG::setDrivers ( vk::ArrayProxyNoTemporaries< const vk::DirectDriverLoadingInfoLUNARG > const &  drivers_)
inline

Definition at line 30825 of file vulkan_structs.hpp.

◆ setMode()

VULKAN_HPP_CONSTEXPR_14 DirectDriverLoadingListLUNARG& vk::DirectDriverLoadingListLUNARG::setMode ( vk::DirectDriverLoadingModeLUNARG  mode_)
inline

Definition at line 30805 of file vulkan_structs.hpp.

◆ setPDrivers()

VULKAN_HPP_CONSTEXPR_14 DirectDriverLoadingListLUNARG& vk::DirectDriverLoadingListLUNARG::setPDrivers ( const vk::DirectDriverLoadingInfoLUNARG pDrivers_)
inline

Definition at line 30818 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 DirectDriverLoadingListLUNARG& vk::DirectDriverLoadingListLUNARG::setPNext ( const void *  pNext_)
inline

Definition at line 30799 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 30757 of file vulkan_structs.hpp.

◆ driverCount

uint32_t vk::DirectDriverLoadingListLUNARG::driverCount = {}

Definition at line 30879 of file vulkan_structs.hpp.

◆ mode

Definition at line 30878 of file vulkan_structs.hpp.

◆ pDrivers

const vk::DirectDriverLoadingInfoLUNARG* vk::DirectDriverLoadingListLUNARG::pDrivers = {}

Definition at line 30880 of file vulkan_structs.hpp.

◆ pNext

const void* vk::DirectDriverLoadingListLUNARG::pNext = {}

Definition at line 30877 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::DirectDriverLoadingListLUNARG::structureType = StructureType::eDirectDriverLoadingListLUNARG
static

Definition at line 30758 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DirectDriverLoadingListLUNARG::sType = StructureType::eDirectDriverLoadingListLUNARG

Definition at line 30876 of file vulkan_structs.hpp.


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