* update spirv-cross to a0fba56 * update spirv-tools to v2026.1 * update spirv-headers to 04f10f6 * update glslang to 16.2.0
9 lines
124 B
GLSL
9 lines
124 B
GLSL
#version 450
|
|
#extension GL_EXT_debug_printf : enable
|
|
|
|
#define WRONG(arg) ###arg
|
|
#define OK(arg) a######arg
|
|
|
|
void main() {
|
|
}
|