![]() |
XII Release 0.1.0
|
Describes a push constant range to include in the pipeline layout for this signature. More...
#include <PipelineResourceSignature.h>
Public Member Functions | |
| XII_ALWAYS_INLINE bool | operator== (const xiiGALPushConstantRange &rhs) const =default |
Public Attributes | |
| xiiUInt32 | m_uiOffset = 0U |
| Byte offset of the push constant range. | |
| xiiUInt32 | m_uiSize = 0U |
| Size in bytes of the push constant range. | |
| xiiBitflags< xiiGALShaderType > | m_ShaderStages = xiiGALShaderType::Unknown |
| Shader stages that can access this range. | |
Describes a push constant range to include in the pipeline layout for this signature.