KDGpu::PushConstantRange¶
#include <pipeline_layout_options.h>
Public Attributes¶
| Name | |
|---|---|
| uint32_t | offset |
| uint32_t | size |
| ShaderStageFlags | shaderStages |
Friends¶
| Name | |
|---|---|
| bool | operator==(const PushConstantRange & , const PushConstantRange & ) |
Public Attributes Documentation¶
variable offset¶
1 | |
variable size¶
1 | |
variable shaderStages¶
1 | |
Friends¶
friend operator==¶
1 2 3 4 5 | |
Updated on 2025-07-08 at 12:01:11 +0000