Vireo  0.0
Vireo 3D Rendering Hardware Interface
PushConstantsDesc Struct Reference

Detailed Description

A push constant range

Manual page : Push constants

Public Attributes

ShaderStage stage {ShaderStage::ALL}
 Shader stages that will access a range of push constants. More...
 
uint32_t size {0}
 Size of push constant data in bytes. More...
 
uint32_t offset {0}
 Offset of push constant data in bytes. More...
 

Member Data Documentation

uint32_t offset {0}

Offset of push constant data in bytes.

uint32_t size {0}

Size of push constant data in bytes.

ShaderStage stage {ShaderStage::ALL}

Shader stages that will access a range of push constants.