Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
layout(push_constant, std430) uniform PushConstant {
ivec2 source_size;
ivec2 dest_size;
float exposure_adjust;
float min_luminance;
float max_luminance;
uint pad1;
}
settings;