Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkWriteDescriptorSet Struct Reference

#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 VkDescriptorImageInfopImageInfo
 
const VkDescriptorBufferInfopBufferInfo
 
const VkBufferView * pTexelBufferView
 

Detailed Description

Definition at line 3824 of file vulkan_core.h.

Field Documentation

◆ descriptorCount

uint32_t VkWriteDescriptorSet::descriptorCount

Definition at line 3830 of file vulkan_core.h.

◆ descriptorType

VkDescriptorType VkWriteDescriptorSet::descriptorType

Definition at line 3831 of file vulkan_core.h.

◆ dstArrayElement

uint32_t VkWriteDescriptorSet::dstArrayElement

Definition at line 3829 of file vulkan_core.h.

◆ dstBinding

uint32_t VkWriteDescriptorSet::dstBinding

Definition at line 3828 of file vulkan_core.h.

◆ dstSet

VkDescriptorSet VkWriteDescriptorSet::dstSet

Definition at line 3827 of file vulkan_core.h.

◆ pBufferInfo

const VkDescriptorBufferInfo* VkWriteDescriptorSet::pBufferInfo

Definition at line 3833 of file vulkan_core.h.

◆ pImageInfo

const VkDescriptorImageInfo* VkWriteDescriptorSet::pImageInfo

Definition at line 3832 of file vulkan_core.h.

◆ pNext

const void* VkWriteDescriptorSet::pNext

Definition at line 3826 of file vulkan_core.h.

◆ pTexelBufferView

const VkBufferView* VkWriteDescriptorSet::pTexelBufferView

Definition at line 3834 of file vulkan_core.h.

◆ sType

VkStructureType VkWriteDescriptorSet::sType

Definition at line 3825 of file vulkan_core.h.


The documentation for this struct was generated from the following file: