Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkDescriptorSetLayoutCreateInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::eDescriptorSetLayoutCreateInfo |
const void * | pNext = {} |
vk::DescriptorSetLayoutCreateFlags | flags = {} |
uint32_t | bindingCount = {} |
const vk::DescriptorSetLayoutBinding * | pBindings = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eDescriptorSetLayoutCreateInfo |
Definition at line 25096 of file vulkan_structs.hpp.
Definition at line 25098 of file vulkan_structs.hpp.
|
inline |
Definition at line 25104 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 25117 of file vulkan_structs.hpp.
|
inline |
Definition at line 25123 of file vulkan_structs.hpp.
|
inline |
Definition at line 25182 of file vulkan_structs.hpp.
|
inline |
Definition at line 25177 of file vulkan_structs.hpp.
|
inline |
Definition at line 25216 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 25134 of file vulkan_structs.hpp.
|
inline |
Definition at line 25206 of file vulkan_structs.hpp.
|
inline |
Definition at line 25153 of file vulkan_structs.hpp.
|
inline |
Definition at line 25168 of file vulkan_structs.hpp.
|
inline |
Definition at line 25147 of file vulkan_structs.hpp.
|
inline |
Definition at line 25160 of file vulkan_structs.hpp.
|
inline |
Definition at line 25141 of file vulkan_structs.hpp.
|
static |
Definition at line 25100 of file vulkan_structs.hpp.
uint32_t vk::DescriptorSetLayoutCreateInfo::bindingCount = {} |
Definition at line 25226 of file vulkan_structs.hpp.
vk::DescriptorSetLayoutCreateFlags vk::DescriptorSetLayoutCreateInfo::flags = {} |
Definition at line 25225 of file vulkan_structs.hpp.
const vk::DescriptorSetLayoutBinding* vk::DescriptorSetLayoutCreateInfo::pBindings = {} |
Definition at line 25227 of file vulkan_structs.hpp.
const void* vk::DescriptorSetLayoutCreateInfo::pNext = {} |
Definition at line 25224 of file vulkan_structs.hpp.
|
static |
Definition at line 25101 of file vulkan_structs.hpp.
vk::StructureType vk::DescriptorSetLayoutCreateInfo::sType = StructureType::eDescriptorSetLayoutCreateInfo |
Definition at line 25223 of file vulkan_structs.hpp.