ReactOS 0.4.17-dev-934-g091855f
VkPushConstantRange Struct Reference

#include <vulkan.h>

Public Attributes

VkShaderStageFlags stageFlags
 
uint32_t offset
 
uint32_t size
 

Detailed Description

Definition at line 13439 of file vulkan.h.

Member Data Documentation

◆ offset

uint32_t VkPushConstantRange::offset

Definition at line 13442 of file vulkan.h.

Referenced by vkd3d_uav_clear_state_init().

◆ size

uint32_t VkPushConstantRange::size

Definition at line 13443 of file vulkan.h.

Referenced by vkd3d_uav_clear_state_init().

◆ stageFlags

VkShaderStageFlags VkPushConstantRange::stageFlags

Definition at line 13441 of file vulkan.h.

Referenced by vkd3d_uav_clear_state_init().


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