Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPipelineShaderStageCreateInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::ePipelineShaderStageCreateInfo |
const void * | pNext = {} |
vk::PipelineShaderStageCreateFlags | flags = {} |
vk::ShaderStageFlagBits | stage = vk::ShaderStageFlagBits::eVertex |
vk::ShaderModule | module = {} |
const char * | pName = {} |
const vk::SpecializationInfo * | pSpecializationInfo = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePipelineShaderStageCreateInfo |
Definition at line 15948 of file vulkan_structs.hpp.
Definition at line 15950 of file vulkan_structs.hpp.
|
inline |
Definition at line 15956 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 15973 of file vulkan_structs.hpp.
|
inline |
Definition at line 16031 of file vulkan_structs.hpp.
|
inline |
Definition at line 16026 of file vulkan_structs.hpp.
|
inline |
Definition at line 16083 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 15981 of file vulkan_structs.hpp.
|
inline |
Definition at line 16077 of file vulkan_structs.hpp.
|
inline |
Definition at line 15994 of file vulkan_structs.hpp.
|
inline |
Definition at line 16006 of file vulkan_structs.hpp.
|
inline |
Definition at line 16012 of file vulkan_structs.hpp.
|
inline |
Definition at line 15988 of file vulkan_structs.hpp.
|
inline |
Definition at line 16019 of file vulkan_structs.hpp.
|
inline |
Definition at line 16000 of file vulkan_structs.hpp.
|
static |
Definition at line 15952 of file vulkan_structs.hpp.
vk::PipelineShaderStageCreateFlags vk::PipelineShaderStageCreateInfo::flags = {} |
Definition at line 16091 of file vulkan_structs.hpp.
vk::ShaderModule vk::PipelineShaderStageCreateInfo::module = {} |
Definition at line 16093 of file vulkan_structs.hpp.
const char* vk::PipelineShaderStageCreateInfo::pName = {} |
Definition at line 16094 of file vulkan_structs.hpp.
const void* vk::PipelineShaderStageCreateInfo::pNext = {} |
Definition at line 16090 of file vulkan_structs.hpp.
const vk::SpecializationInfo* vk::PipelineShaderStageCreateInfo::pSpecializationInfo = {} |
Definition at line 16095 of file vulkan_structs.hpp.
vk::ShaderStageFlagBits vk::PipelineShaderStageCreateInfo::stage = vk::ShaderStageFlagBits::eVertex |
Definition at line 16092 of file vulkan_structs.hpp.
|
static |
Definition at line 15953 of file vulkan_structs.hpp.
vk::StructureType vk::PipelineShaderStageCreateInfo::sType = StructureType::ePipelineShaderStageCreateInfo |
Definition at line 16089 of file vulkan_structs.hpp.