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 2024-11-21 at 00:08:26 +0000