Vulkan-Hpp
vk::DirectDriverLoadingInfoLUNARG Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDirectDriverLoadingInfoLUNARG
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DirectDriverLoadingInfoLUNARG (vk::DirectDriverLoadingFlagsLUNARG flags_={}, PFN_vkGetInstanceProcAddrLUNARG pfnGetInstanceProcAddr_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DirectDriverLoadingInfoLUNARG (DirectDriverLoadingInfoLUNARG const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DirectDriverLoadingInfoLUNARG (VkDirectDriverLoadingInfoLUNARG const &rhs) VULKAN_HPP_NOEXCEPT
 
DirectDriverLoadingInfoLUNARGoperator= (DirectDriverLoadingInfoLUNARG const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DirectDriverLoadingInfoLUNARGoperator= (VkDirectDriverLoadingInfoLUNARG const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DirectDriverLoadingInfoLUNARGsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DirectDriverLoadingInfoLUNARGsetFlags (vk::DirectDriverLoadingFlagsLUNARG flags_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DirectDriverLoadingInfoLUNARGsetPfnGetInstanceProcAddr (PFN_vkGetInstanceProcAddrLUNARG pfnGetInstanceProcAddr_) VULKAN_HPP_NOEXCEPT
 
 operator VkDirectDriverLoadingInfoLUNARG const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDirectDriverLoadingInfoLUNARG & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DirectDriverLoadingInfoLUNARG const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DirectDriverLoadingInfoLUNARG const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eDirectDriverLoadingInfoLUNARG
 
void * pNext = {}
 
vk::DirectDriverLoadingFlagsLUNARG flags = {}
 
PFN_vkGetInstanceProcAddrLUNARG pfnGetInstanceProcAddr = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 30647 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DirectDriverLoadingInfoLUNARG() [1/3]

VULKAN_HPP_CONSTEXPR vk::DirectDriverLoadingInfoLUNARG::DirectDriverLoadingInfoLUNARG ( vk::DirectDriverLoadingFlagsLUNARG  flags_ = {},
PFN_vkGetInstanceProcAddrLUNARG  pfnGetInstanceProcAddr_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 30655 of file vulkan_structs.hpp.

◆ DirectDriverLoadingInfoLUNARG() [2/3]

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

◆ DirectDriverLoadingInfoLUNARG() [3/3]

vk::DirectDriverLoadingInfoLUNARG::DirectDriverLoadingInfoLUNARG ( VkDirectDriverLoadingInfoLUNARG const &  rhs)
inline

Definition at line 30666 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDirectDriverLoadingInfoLUNARG &()

vk::DirectDriverLoadingInfoLUNARG::operator VkDirectDriverLoadingInfoLUNARG & ( )
inline

Definition at line 30706 of file vulkan_structs.hpp.

◆ operator VkDirectDriverLoadingInfoLUNARG const &()

vk::DirectDriverLoadingInfoLUNARG::operator VkDirectDriverLoadingInfoLUNARG const & ( ) const
inline

Definition at line 30701 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 30735 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

DirectDriverLoadingInfoLUNARG& vk::DirectDriverLoadingInfoLUNARG::operator= ( VkDirectDriverLoadingInfoLUNARG const &  rhs)
inline

Definition at line 30674 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 30726 of file vulkan_structs.hpp.

◆ setFlags()

VULKAN_HPP_CONSTEXPR_14 DirectDriverLoadingInfoLUNARG& vk::DirectDriverLoadingInfoLUNARG::setFlags ( vk::DirectDriverLoadingFlagsLUNARG  flags_)
inline

Definition at line 30687 of file vulkan_structs.hpp.

◆ setPfnGetInstanceProcAddr()

VULKAN_HPP_CONSTEXPR_14 DirectDriverLoadingInfoLUNARG& vk::DirectDriverLoadingInfoLUNARG::setPfnGetInstanceProcAddr ( PFN_vkGetInstanceProcAddrLUNARG  pfnGetInstanceProcAddr_)
inline

Definition at line 30694 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 30681 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 30651 of file vulkan_structs.hpp.

◆ flags

vk::DirectDriverLoadingFlagsLUNARG vk::DirectDriverLoadingInfoLUNARG::flags = {}

Definition at line 30743 of file vulkan_structs.hpp.

◆ pfnGetInstanceProcAddr

PFN_vkGetInstanceProcAddrLUNARG vk::DirectDriverLoadingInfoLUNARG::pfnGetInstanceProcAddr = {}

Definition at line 30744 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 30742 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::DirectDriverLoadingInfoLUNARG::structureType = StructureType::eDirectDriverLoadingInfoLUNARG
static

Definition at line 30652 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DirectDriverLoadingInfoLUNARG::sType = StructureType::eDirectDriverLoadingInfoLUNARG

Definition at line 30741 of file vulkan_structs.hpp.


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