Class VkPushConstantRange

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPushConstantRange extends Struct<VkPushConstantRange> implements NativeResource

 struct VkPushConstantRange {
     VkShaderStageFlags stageFlags;
     uint32_t offset;
     uint32_t size;
 }