Vulkan-Hpp
VkPushDescriptorSetInfoKHR Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkShaderStageFlags stageFlags
 
VkPipelineLayout layout
 
uint32_t set
 
uint32_t descriptorWriteCount
 
const VkWriteDescriptorSetpDescriptorWrites
 

Detailed Description

Definition at line 11373 of file vulkan_core.h.

Member Data Documentation

◆ descriptorWriteCount

uint32_t VkPushDescriptorSetInfoKHR::descriptorWriteCount

Definition at line 11379 of file vulkan_core.h.

◆ layout

VkPipelineLayout VkPushDescriptorSetInfoKHR::layout

Definition at line 11377 of file vulkan_core.h.

◆ pDescriptorWrites

const VkWriteDescriptorSet* VkPushDescriptorSetInfoKHR::pDescriptorWrites

Definition at line 11380 of file vulkan_core.h.

◆ pNext

const void* VkPushDescriptorSetInfoKHR::pNext

Definition at line 11375 of file vulkan_core.h.

◆ set

uint32_t VkPushDescriptorSetInfoKHR::set

Definition at line 11378 of file vulkan_core.h.

◆ stageFlags

VkShaderStageFlags VkPushDescriptorSetInfoKHR::stageFlags

Definition at line 11376 of file vulkan_core.h.

◆ sType

VkStructureType VkPushDescriptorSetInfoKHR::sType

Definition at line 11374 of file vulkan_core.h.


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