HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkShaderModuleCreateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR ShaderModuleCreateInfo (VULKAN_HPP_NAMESPACE::ShaderModuleCreateFlags flags_={}, size_t codeSize_={}, const uint32_t *pCode_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR ShaderModuleCreateInfo (ShaderModuleCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 ShaderModuleCreateInfo (VkShaderModuleCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
 ShaderModuleCreateInfo (VULKAN_HPP_NAMESPACE::ShaderModuleCreateFlags flags_, VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const uint32_t > const &code_, const void *pNext_=nullptr)
 
ShaderModuleCreateInfooperator= (ShaderModuleCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
ShaderModuleCreateInfooperator= (VkShaderModuleCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ShaderModuleCreateInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ShaderModuleCreateInfo
setFlags (VULKAN_HPP_NAMESPACE::ShaderModuleCreateFlags flags_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ShaderModuleCreateInfo
setCodeSize (size_t codeSize_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
ShaderModuleCreateInfo
setPCode (const uint32_t *pCode_) VULKAN_HPP_NOEXCEPT
 
ShaderModuleCreateInfosetCode (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const uint32_t > const &code_) VULKAN_HPP_NOEXCEPT
 
 operator VkShaderModuleCreateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkShaderModuleCreateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (ShaderModuleCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (ShaderModuleCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eShaderModuleCreateInfo
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::ShaderModuleCreateFlags flags = {}
 
size_t codeSize = {}
 
const uint32_t * pCode = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 92193 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::ShaderModuleCreateInfo ( VULKAN_HPP_NAMESPACE::ShaderModuleCreateFlags  flags_ = {},
size_t  codeSize_ = {},
const uint32_t *  pCode_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 92201 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::ShaderModuleCreateInfo ( ShaderModuleCreateInfo const rhs)
default
VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::ShaderModuleCreateInfo ( VkShaderModuleCreateInfo const rhs)
inline

Definition at line 92214 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::ShaderModuleCreateInfo ( VULKAN_HPP_NAMESPACE::ShaderModuleCreateFlags  flags_,
VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const uint32_t > const code_,
const void pNext_ = nullptr 
)
inline

Definition at line 92220 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::operator VkShaderModuleCreateInfo & ( )
inline

Definition at line 92277 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::operator VkShaderModuleCreateInfo const & ( ) const
inline

Definition at line 92272 of file vulkan_structs.hpp.

ShaderModuleCreateInfo& VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::operator= ( ShaderModuleCreateInfo const rhs)
default
ShaderModuleCreateInfo& VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::operator= ( VkShaderModuleCreateInfo const rhs)
inline

Definition at line 92231 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::operator== ( ShaderModuleCreateInfo const rhs) const
inline

Definition at line 92301 of file vulkan_structs.hpp.

ShaderModuleCreateInfo& VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::setCode ( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const uint32_t > const code_)
inline

Definition at line 92263 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 ShaderModuleCreateInfo& VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::setCodeSize ( size_t  codeSize_)
inline

Definition at line 92250 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 ShaderModuleCreateInfo& VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::setFlags ( VULKAN_HPP_NAMESPACE::ShaderModuleCreateFlags  flags_)
inline

Definition at line 92244 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 ShaderModuleCreateInfo& VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::setPCode ( const uint32_t *  pCode_)
inline

Definition at line 92256 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 ShaderModuleCreateInfo& VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::setPNext ( const void pNext_)
inline

Definition at line 92238 of file vulkan_structs.hpp.

Member Data Documentation

const bool VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::allowDuplicate = false
static

Definition at line 92197 of file vulkan_structs.hpp.

size_t VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::codeSize = {}

Definition at line 92320 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ShaderModuleCreateFlags VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::flags = {}

Definition at line 92319 of file vulkan_structs.hpp.

const uint32_t* VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::pCode = {}

Definition at line 92321 of file vulkan_structs.hpp.

const void* VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::pNext = {}

Definition at line 92318 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::structureType = StructureType::eShaderModuleCreateInfo
static

Definition at line 92198 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::ShaderModuleCreateInfo::sType = StructureType::eShaderModuleCreateInfo

Definition at line 92317 of file vulkan_structs.hpp.


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