SDL
2.0
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkDescriptorSet | dstSet |
uint32_t | dstBinding |
uint32_t | dstArrayElement |
uint32_t | descriptorCount |
VkDescriptorType | descriptorType |
const VkDescriptorImageInfo * | pImageInfo |
const VkDescriptorBufferInfo * | pBufferInfo |
const VkBufferView * | pTexelBufferView |
Definition at line 2581 of file vulkan_core.h.
uint32_t VkWriteDescriptorSet::descriptorCount |
Definition at line 2587 of file vulkan_core.h.
VkDescriptorType VkWriteDescriptorSet::descriptorType |
Definition at line 2588 of file vulkan_core.h.
uint32_t VkWriteDescriptorSet::dstArrayElement |
Definition at line 2586 of file vulkan_core.h.
uint32_t VkWriteDescriptorSet::dstBinding |
Definition at line 2585 of file vulkan_core.h.
VkDescriptorSet VkWriteDescriptorSet::dstSet |
Definition at line 2584 of file vulkan_core.h.
const VkDescriptorBufferInfo* VkWriteDescriptorSet::pBufferInfo |
Definition at line 2590 of file vulkan_core.h.
const VkDescriptorImageInfo* VkWriteDescriptorSet::pImageInfo |
Definition at line 2589 of file vulkan_core.h.
const void* VkWriteDescriptorSet::pNext |
Definition at line 2583 of file vulkan_core.h.
const VkBufferView* VkWriteDescriptorSet::pTexelBufferView |
Definition at line 2591 of file vulkan_core.h.
VkStructureType VkWriteDescriptorSet::sType |
Definition at line 2582 of file vulkan_core.h.