Vulkan-Hpp
vk::InstanceCreateInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkInstanceCreateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR InstanceCreateInfo (vk::InstanceCreateFlags flags_={}, const vk::ApplicationInfo *pApplicationInfo_={}, uint32_t enabledLayerCount_={}, const char *const *ppEnabledLayerNames_={}, uint32_t enabledExtensionCount_={}, const char *const *ppEnabledExtensionNames_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR InstanceCreateInfo (InstanceCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 InstanceCreateInfo (VkInstanceCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
 InstanceCreateInfo (vk::InstanceCreateFlags flags_, const vk::ApplicationInfo *pApplicationInfo_, vk::ArrayProxyNoTemporaries< const char *const > const &pEnabledLayerNames_, vk::ArrayProxyNoTemporaries< const char *const > const &pEnabledExtensionNames_={}, const void *pNext_=nullptr)
 
InstanceCreateInfooperator= (InstanceCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
InstanceCreateInfooperator= (VkInstanceCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 InstanceCreateInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 InstanceCreateInfosetFlags (vk::InstanceCreateFlags flags_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 InstanceCreateInfosetPApplicationInfo (const vk::ApplicationInfo *pApplicationInfo_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 InstanceCreateInfosetEnabledLayerCount (uint32_t enabledLayerCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 InstanceCreateInfosetPpEnabledLayerNames (const char *const *ppEnabledLayerNames_) VULKAN_HPP_NOEXCEPT
 
InstanceCreateInfosetPEnabledLayerNames (vk::ArrayProxyNoTemporaries< const char *const > const &pEnabledLayerNames_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 InstanceCreateInfosetEnabledExtensionCount (uint32_t enabledExtensionCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 InstanceCreateInfosetPpEnabledExtensionNames (const char *const *ppEnabledExtensionNames_) VULKAN_HPP_NOEXCEPT
 
InstanceCreateInfosetPEnabledExtensionNames (vk::ArrayProxyNoTemporaries< const char *const > const &pEnabledExtensionNames_) VULKAN_HPP_NOEXCEPT
 
 operator VkInstanceCreateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkInstanceCreateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (InstanceCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (InstanceCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eInstanceCreateInfo
 
const void * pNext = {}
 
vk::InstanceCreateFlags flags = {}
 
const vk::ApplicationInfopApplicationInfo = {}
 
uint32_t enabledLayerCount = {}
 
const char *const * ppEnabledLayerNames = {}
 
uint32_t enabledExtensionCount = {}
 
const char *const * ppEnabledExtensionNames = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 49257 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ InstanceCreateInfo() [1/4]

VULKAN_HPP_CONSTEXPR vk::InstanceCreateInfo::InstanceCreateInfo ( vk::InstanceCreateFlags  flags_ = {},
const vk::ApplicationInfo pApplicationInfo_ = {},
uint32_t  enabledLayerCount_ = {},
const char *const *  ppEnabledLayerNames_ = {},
uint32_t  enabledExtensionCount_ = {},
const char *const *  ppEnabledExtensionNames_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 49265 of file vulkan_structs.hpp.

◆ InstanceCreateInfo() [2/4]

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

◆ InstanceCreateInfo() [3/4]

vk::InstanceCreateInfo::InstanceCreateInfo ( VkInstanceCreateInfo const &  rhs)
inline

Definition at line 49284 of file vulkan_structs.hpp.

◆ InstanceCreateInfo() [4/4]

vk::InstanceCreateInfo::InstanceCreateInfo ( vk::InstanceCreateFlags  flags_,
const vk::ApplicationInfo pApplicationInfo_,
vk::ArrayProxyNoTemporaries< const char *const > const &  pEnabledLayerNames_,
vk::ArrayProxyNoTemporaries< const char *const > const &  pEnabledExtensionNames_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 49287 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkInstanceCreateInfo &()

vk::InstanceCreateInfo::operator VkInstanceCreateInfo & ( )
inline

Definition at line 49381 of file vulkan_structs.hpp.

◆ operator VkInstanceCreateInfo const &()

vk::InstanceCreateInfo::operator VkInstanceCreateInfo const & ( ) const
inline

Definition at line 49376 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 49452 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

InstanceCreateInfo& vk::InstanceCreateInfo::operator= ( VkInstanceCreateInfo const &  rhs)
inline

Definition at line 49306 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 49437 of file vulkan_structs.hpp.

◆ setEnabledExtensionCount()

VULKAN_HPP_CONSTEXPR_14 InstanceCreateInfo& vk::InstanceCreateInfo::setEnabledExtensionCount ( uint32_t  enabledExtensionCount_)
inline

Definition at line 49353 of file vulkan_structs.hpp.

◆ setEnabledLayerCount()

VULKAN_HPP_CONSTEXPR_14 InstanceCreateInfo& vk::InstanceCreateInfo::setEnabledLayerCount ( uint32_t  enabledLayerCount_)
inline

Definition at line 49331 of file vulkan_structs.hpp.

◆ setFlags()

VULKAN_HPP_CONSTEXPR_14 InstanceCreateInfo& vk::InstanceCreateInfo::setFlags ( vk::InstanceCreateFlags  flags_)
inline

Definition at line 49319 of file vulkan_structs.hpp.

◆ setPApplicationInfo()

VULKAN_HPP_CONSTEXPR_14 InstanceCreateInfo& vk::InstanceCreateInfo::setPApplicationInfo ( const vk::ApplicationInfo pApplicationInfo_)
inline

Definition at line 49325 of file vulkan_structs.hpp.

◆ setPEnabledExtensionNames()

InstanceCreateInfo& vk::InstanceCreateInfo::setPEnabledExtensionNames ( vk::ArrayProxyNoTemporaries< const char *const > const &  pEnabledExtensionNames_)
inline

Definition at line 49367 of file vulkan_structs.hpp.

◆ setPEnabledLayerNames()

InstanceCreateInfo& vk::InstanceCreateInfo::setPEnabledLayerNames ( vk::ArrayProxyNoTemporaries< const char *const > const &  pEnabledLayerNames_)
inline

Definition at line 49345 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 49313 of file vulkan_structs.hpp.

◆ setPpEnabledExtensionNames()

VULKAN_HPP_CONSTEXPR_14 InstanceCreateInfo& vk::InstanceCreateInfo::setPpEnabledExtensionNames ( const char *const *  ppEnabledExtensionNames_)
inline

Definition at line 49359 of file vulkan_structs.hpp.

◆ setPpEnabledLayerNames()

VULKAN_HPP_CONSTEXPR_14 InstanceCreateInfo& vk::InstanceCreateInfo::setPpEnabledLayerNames ( const char *const *  ppEnabledLayerNames_)
inline

Definition at line 49337 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 49261 of file vulkan_structs.hpp.

◆ enabledExtensionCount

uint32_t vk::InstanceCreateInfo::enabledExtensionCount = {}

Definition at line 49464 of file vulkan_structs.hpp.

◆ enabledLayerCount

uint32_t vk::InstanceCreateInfo::enabledLayerCount = {}

Definition at line 49462 of file vulkan_structs.hpp.

◆ flags

vk::InstanceCreateFlags vk::InstanceCreateInfo::flags = {}

Definition at line 49460 of file vulkan_structs.hpp.

◆ pApplicationInfo

const vk::ApplicationInfo* vk::InstanceCreateInfo::pApplicationInfo = {}

Definition at line 49461 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 49459 of file vulkan_structs.hpp.

◆ ppEnabledExtensionNames

const char* const* vk::InstanceCreateInfo::ppEnabledExtensionNames = {}

Definition at line 49465 of file vulkan_structs.hpp.

◆ ppEnabledLayerNames

const char* const* vk::InstanceCreateInfo::ppEnabledLayerNames = {}

Definition at line 49463 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::InstanceCreateInfo::structureType = StructureType::eInstanceCreateInfo
static

Definition at line 49262 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::InstanceCreateInfo::sType = StructureType::eInstanceCreateInfo

Definition at line 49458 of file vulkan_structs.hpp.


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