HDK
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPipelineLayoutCreateInfo |
Public Attributes | |
VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::ePipelineLayoutCreateInfo |
const void * | pNext = {} |
VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags | flags = {} |
uint32_t | setLayoutCount = {} |
const VULKAN_HPP_NAMESPACE::DescriptorSetLayout * | pSetLayouts = {} |
uint32_t | pushConstantRangeCount = {} |
const VULKAN_HPP_NAMESPACE::PushConstantRange * | pPushConstantRanges = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePipelineLayoutCreateInfo |
Definition at line 80069 of file vulkan_structs.hpp.
Definition at line 80071 of file vulkan_structs.hpp.
|
inline |
Definition at line 80077 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 80094 of file vulkan_structs.hpp.
|
inline |
Definition at line 80100 of file vulkan_structs.hpp.
|
inline |
Definition at line 80187 of file vulkan_structs.hpp.
|
inline |
Definition at line 80182 of file vulkan_structs.hpp.
|
inline |
Definition at line 80224 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 80117 of file vulkan_structs.hpp.
|
inline |
Definition at line 80213 of file vulkan_structs.hpp.
|
inline |
Definition at line 80130 of file vulkan_structs.hpp.
|
inline |
Definition at line 80124 of file vulkan_structs.hpp.
|
inline |
Definition at line 80165 of file vulkan_structs.hpp.
|
inline |
Definition at line 80142 of file vulkan_structs.hpp.
|
inline |
Definition at line 80158 of file vulkan_structs.hpp.
|
inline |
Definition at line 80172 of file vulkan_structs.hpp.
|
inline |
Definition at line 80136 of file vulkan_structs.hpp.
|
inline |
Definition at line 80150 of file vulkan_structs.hpp.
|
static |
Definition at line 80073 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo::flags = {} |
Definition at line 80233 of file vulkan_structs.hpp.
const void* VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo::pNext = {} |
Definition at line 80232 of file vulkan_structs.hpp.
const VULKAN_HPP_NAMESPACE::PushConstantRange* VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo::pPushConstantRanges = {} |
Definition at line 80237 of file vulkan_structs.hpp.
const VULKAN_HPP_NAMESPACE::DescriptorSetLayout* VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo::pSetLayouts = {} |
Definition at line 80235 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo::pushConstantRangeCount = {} |
Definition at line 80236 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo::setLayoutCount = {} |
Definition at line 80234 of file vulkan_structs.hpp.
|
static |
Definition at line 80074 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo::sType = StructureType::ePipelineLayoutCreateInfo |
Definition at line 80231 of file vulkan_structs.hpp.