HDK
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCopyDescriptorSet |
Public Attributes | |
VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::eCopyDescriptorSet |
const void * | pNext = {} |
VULKAN_HPP_NAMESPACE::DescriptorSet | srcSet = {} |
uint32_t | srcBinding = {} |
uint32_t | srcArrayElement = {} |
VULKAN_HPP_NAMESPACE::DescriptorSet | dstSet = {} |
uint32_t | dstBinding = {} |
uint32_t | dstArrayElement = {} |
uint32_t | descriptorCount = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eCopyDescriptorSet |
Definition at line 16132 of file vulkan_structs.hpp.
Definition at line 16134 of file vulkan_structs.hpp.
|
inline |
Definition at line 16140 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 16161 of file vulkan_structs.hpp.
|
inline |
Definition at line 16227 of file vulkan_structs.hpp.
|
inline |
Definition at line 16222 of file vulkan_structs.hpp.
|
inline |
Definition at line 16266 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 16166 of file vulkan_structs.hpp.
|
inline |
Definition at line 16255 of file vulkan_structs.hpp.
|
inline |
Definition at line 16215 of file vulkan_structs.hpp.
|
inline |
Definition at line 16209 of file vulkan_structs.hpp.
|
inline |
Definition at line 16203 of file vulkan_structs.hpp.
|
inline |
Definition at line 16197 of file vulkan_structs.hpp.
|
inline |
Definition at line 16173 of file vulkan_structs.hpp.
|
inline |
Definition at line 16191 of file vulkan_structs.hpp.
|
inline |
Definition at line 16185 of file vulkan_structs.hpp.
|
inline |
Definition at line 16179 of file vulkan_structs.hpp.
|
static |
Definition at line 16136 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::CopyDescriptorSet::descriptorCount = {} |
Definition at line 16281 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::CopyDescriptorSet::dstArrayElement = {} |
Definition at line 16280 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::CopyDescriptorSet::dstBinding = {} |
Definition at line 16279 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::DescriptorSet VULKAN_HPP_NAMESPACE::CopyDescriptorSet::dstSet = {} |
Definition at line 16278 of file vulkan_structs.hpp.
const void* VULKAN_HPP_NAMESPACE::CopyDescriptorSet::pNext = {} |
Definition at line 16274 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::CopyDescriptorSet::srcArrayElement = {} |
Definition at line 16277 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::CopyDescriptorSet::srcBinding = {} |
Definition at line 16276 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::DescriptorSet VULKAN_HPP_NAMESPACE::CopyDescriptorSet::srcSet = {} |
Definition at line 16275 of file vulkan_structs.hpp.
|
static |
Definition at line 16137 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::CopyDescriptorSet::sType = StructureType::eCopyDescriptorSet |
Definition at line 16273 of file vulkan_structs.hpp.