Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPipelineLayoutCreateInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::ePipelineLayoutCreateInfo |
const void * | pNext = {} |
vk::PipelineLayoutCreateFlags | flags = {} |
uint32_t | setLayoutCount = {} |
const vk::DescriptorSetLayout * | pSetLayouts = {} |
uint32_t | pushConstantRangeCount = {} |
const vk::PushConstantRange * | pPushConstantRanges = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePipelineLayoutCreateInfo |
Definition at line 92423 of file vulkan_structs.hpp.
Definition at line 92425 of file vulkan_structs.hpp.
|
inline |
Definition at line 92431 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 92448 of file vulkan_structs.hpp.
|
inline |
Definition at line 92454 of file vulkan_structs.hpp.
|
inline |
Definition at line 92541 of file vulkan_structs.hpp.
|
inline |
Definition at line 92536 of file vulkan_structs.hpp.
|
inline |
Definition at line 92578 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 92471 of file vulkan_structs.hpp.
|
inline |
Definition at line 92567 of file vulkan_structs.hpp.
|
inline |
Definition at line 92484 of file vulkan_structs.hpp.
|
inline |
Definition at line 92478 of file vulkan_structs.hpp.
|
inline |
Definition at line 92519 of file vulkan_structs.hpp.
|
inline |
Definition at line 92496 of file vulkan_structs.hpp.
|
inline |
Definition at line 92512 of file vulkan_structs.hpp.
|
inline |
Definition at line 92526 of file vulkan_structs.hpp.
|
inline |
Definition at line 92490 of file vulkan_structs.hpp.
|
inline |
Definition at line 92504 of file vulkan_structs.hpp.
|
static |
Definition at line 92427 of file vulkan_structs.hpp.
vk::PipelineLayoutCreateFlags vk::PipelineLayoutCreateInfo::flags = {} |
Definition at line 92587 of file vulkan_structs.hpp.
const void* vk::PipelineLayoutCreateInfo::pNext = {} |
Definition at line 92586 of file vulkan_structs.hpp.
const vk::PushConstantRange* vk::PipelineLayoutCreateInfo::pPushConstantRanges = {} |
Definition at line 92591 of file vulkan_structs.hpp.
const vk::DescriptorSetLayout* vk::PipelineLayoutCreateInfo::pSetLayouts = {} |
Definition at line 92589 of file vulkan_structs.hpp.
uint32_t vk::PipelineLayoutCreateInfo::pushConstantRangeCount = {} |
Definition at line 92590 of file vulkan_structs.hpp.
uint32_t vk::PipelineLayoutCreateInfo::setLayoutCount = {} |
Definition at line 92588 of file vulkan_structs.hpp.
|
static |
Definition at line 92428 of file vulkan_structs.hpp.
vk::StructureType vk::PipelineLayoutCreateInfo::sType = StructureType::ePipelineLayoutCreateInfo |
Definition at line 92585 of file vulkan_structs.hpp.