18d6b75ba8
This is unsupported and glslang made it raise an error in 11.7.0: https://github.com/KhronosGroup/glslang/pull/2810 Co-authored-by: Clay John <claynjohn@gmail.com>
11 lines
185 B
GLSL
11 lines
185 B
GLSL
|
|
layout(push_constant, std430) uniform PushConstant {
|
|
ivec2 source_size;
|
|
ivec2 dest_size;
|
|
|
|
float exposure_adjust;
|
|
float min_luminance;
|
|
float max_luminance;
|
|
uint pad1;
|
|
}
|
|
settings;
|