Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkShaderModuleCreateInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::eShaderModuleCreateInfo |
const void * | pNext = {} |
vk::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 |
Definition at line 107269 of file vulkan_structs.hpp.
Definition at line 107271 of file vulkan_structs.hpp.
|
inline |
Definition at line 107277 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 107290 of file vulkan_structs.hpp.
|
inline |
Definition at line 107296 of file vulkan_structs.hpp.
|
inline |
Definition at line 107353 of file vulkan_structs.hpp.
|
inline |
Definition at line 107348 of file vulkan_structs.hpp.
|
inline |
Definition at line 107386 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 107307 of file vulkan_structs.hpp.
|
inline |
Definition at line 107377 of file vulkan_structs.hpp.
|
inline |
Definition at line 107339 of file vulkan_structs.hpp.
|
inline |
Definition at line 107326 of file vulkan_structs.hpp.
|
inline |
Definition at line 107320 of file vulkan_structs.hpp.
|
inline |
Definition at line 107332 of file vulkan_structs.hpp.
|
inline |
Definition at line 107314 of file vulkan_structs.hpp.
|
static |
Definition at line 107273 of file vulkan_structs.hpp.
size_t vk::ShaderModuleCreateInfo::codeSize = {} |
Definition at line 107396 of file vulkan_structs.hpp.
vk::ShaderModuleCreateFlags vk::ShaderModuleCreateInfo::flags = {} |
Definition at line 107395 of file vulkan_structs.hpp.
const uint32_t* vk::ShaderModuleCreateInfo::pCode = {} |
Definition at line 107397 of file vulkan_structs.hpp.
const void* vk::ShaderModuleCreateInfo::pNext = {} |
Definition at line 107394 of file vulkan_structs.hpp.
|
static |
Definition at line 107274 of file vulkan_structs.hpp.
vk::StructureType vk::ShaderModuleCreateInfo::sType = StructureType::eShaderModuleCreateInfo |
Definition at line 107393 of file vulkan_structs.hpp.