Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkComputePipelineCreateInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::eComputePipelineCreateInfo |
const void * | pNext = {} |
vk::PipelineCreateFlags | flags = {} |
vk::PipelineShaderStageCreateInfo | stage = {} |
vk::PipelineLayout | layout = {} |
vk::Pipeline | basePipelineHandle = {} |
int32_t | basePipelineIndex = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eComputePipelineCreateInfo |
Definition at line 16104 of file vulkan_structs.hpp.
Definition at line 16106 of file vulkan_structs.hpp.
|
inline |
Definition at line 16112 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 16129 of file vulkan_structs.hpp.
|
inline |
Definition at line 16186 of file vulkan_structs.hpp.
|
inline |
Definition at line 16181 of file vulkan_structs.hpp.
|
inline |
Definition at line 16222 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 16137 of file vulkan_structs.hpp.
|
inline |
Definition at line 16212 of file vulkan_structs.hpp.
|
inline |
Definition at line 16168 of file vulkan_structs.hpp.
|
inline |
Definition at line 16174 of file vulkan_structs.hpp.
|
inline |
Definition at line 16150 of file vulkan_structs.hpp.
|
inline |
Definition at line 16162 of file vulkan_structs.hpp.
|
inline |
Definition at line 16144 of file vulkan_structs.hpp.
|
inline |
Definition at line 16156 of file vulkan_structs.hpp.
|
static |
Definition at line 16108 of file vulkan_structs.hpp.
vk::Pipeline vk::ComputePipelineCreateInfo::basePipelineHandle = {} |
Definition at line 16234 of file vulkan_structs.hpp.
int32_t vk::ComputePipelineCreateInfo::basePipelineIndex = {} |
Definition at line 16235 of file vulkan_structs.hpp.
vk::PipelineCreateFlags vk::ComputePipelineCreateInfo::flags = {} |
Definition at line 16231 of file vulkan_structs.hpp.
vk::PipelineLayout vk::ComputePipelineCreateInfo::layout = {} |
Definition at line 16233 of file vulkan_structs.hpp.
const void* vk::ComputePipelineCreateInfo::pNext = {} |
Definition at line 16230 of file vulkan_structs.hpp.
vk::PipelineShaderStageCreateInfo vk::ComputePipelineCreateInfo::stage = {} |
Definition at line 16232 of file vulkan_structs.hpp.
|
static |
Definition at line 16109 of file vulkan_structs.hpp.
vk::StructureType vk::ComputePipelineCreateInfo::sType = StructureType::eComputePipelineCreateInfo |
Definition at line 16229 of file vulkan_structs.hpp.