Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCopyDescriptorSet |
Public Attributes | |
vk::StructureType | sType = StructureType::eCopyDescriptorSet |
const void * | pNext = {} |
vk::DescriptorSet | srcSet = {} |
uint32_t | srcBinding = {} |
uint32_t | srcArrayElement = {} |
vk::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 17574 of file vulkan_structs.hpp.
Definition at line 17576 of file vulkan_structs.hpp.
|
inline |
Definition at line 17582 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 17603 of file vulkan_structs.hpp.
|
inline |
Definition at line 17669 of file vulkan_structs.hpp.
|
inline |
Definition at line 17664 of file vulkan_structs.hpp.
|
inline |
Definition at line 17708 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 17608 of file vulkan_structs.hpp.
|
inline |
Definition at line 17697 of file vulkan_structs.hpp.
|
inline |
Definition at line 17657 of file vulkan_structs.hpp.
|
inline |
Definition at line 17651 of file vulkan_structs.hpp.
|
inline |
Definition at line 17645 of file vulkan_structs.hpp.
|
inline |
Definition at line 17639 of file vulkan_structs.hpp.
|
inline |
Definition at line 17615 of file vulkan_structs.hpp.
|
inline |
Definition at line 17633 of file vulkan_structs.hpp.
|
inline |
Definition at line 17627 of file vulkan_structs.hpp.
|
inline |
Definition at line 17621 of file vulkan_structs.hpp.
|
static |
Definition at line 17578 of file vulkan_structs.hpp.
uint32_t vk::CopyDescriptorSet::descriptorCount = {} |
Definition at line 17723 of file vulkan_structs.hpp.
uint32_t vk::CopyDescriptorSet::dstArrayElement = {} |
Definition at line 17722 of file vulkan_structs.hpp.
uint32_t vk::CopyDescriptorSet::dstBinding = {} |
Definition at line 17721 of file vulkan_structs.hpp.
vk::DescriptorSet vk::CopyDescriptorSet::dstSet = {} |
Definition at line 17720 of file vulkan_structs.hpp.
const void* vk::CopyDescriptorSet::pNext = {} |
Definition at line 17716 of file vulkan_structs.hpp.
uint32_t vk::CopyDescriptorSet::srcArrayElement = {} |
Definition at line 17719 of file vulkan_structs.hpp.
uint32_t vk::CopyDescriptorSet::srcBinding = {} |
Definition at line 17718 of file vulkan_structs.hpp.
vk::DescriptorSet vk::CopyDescriptorSet::srcSet = {} |
Definition at line 17717 of file vulkan_structs.hpp.
|
static |
Definition at line 17579 of file vulkan_structs.hpp.
vk::StructureType vk::CopyDescriptorSet::sType = StructureType::eCopyDescriptorSet |
Definition at line 17715 of file vulkan_structs.hpp.