1
0
Fork 0
forked from wry/wry
wry/src/gfx_apis/vulkan/shaders/frag_spec_const.glsl
2025-02-24 11:36:10 +01:00

8 lines
251 B
GLSL

#ifndef FRAG_SPEC_CONST_GLSL
#define FRAG_SPEC_CONST_GLSL
layout(constant_id = 0) const bool src_has_alpha = false;
layout(constant_id = 1) const bool has_alpha_multiplier = false;
layout(constant_id = 2) const bool color_management = false;
#endif