2021-11-16 15:15:36 +00:00
|
|
|
SKIP: FAILED
|
|
|
|
|
|
|
|
#version 310 es
|
|
|
|
|
|
|
|
#ifndef WGSL_SPEC_CONSTANT_0
|
|
|
|
#error spec constant required for constant id 0
|
|
|
|
#endif
|
|
|
|
const bool o = WGSL_SPEC_CONSTANT_0;
|
|
|
|
void tint_symbol() {
|
|
|
|
}
|
2022-01-26 16:48:55 +00:00
|
|
|
|
2022-01-28 22:36:58 +00:00
|
|
|
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
|
2021-11-16 15:15:36 +00:00
|
|
|
void main() {
|
|
|
|
tint_symbol();
|
2022-01-28 22:36:58 +00:00
|
|
|
return;
|
2021-11-16 15:15:36 +00:00
|
|
|
}
|
|
|
|
Error parsing GLSL shader:
|
2022-02-07 18:49:46 +00:00
|
|
|
ERROR: 0:4: '#error' : spec constant required for constant id 0
|
|
|
|
ERROR: 0:5: '' : missing #endif
|
|
|
|
ERROR: 0:5: '' : compilation terminated
|
|
|
|
ERROR: 3 compilation errors. No code generated.
|
2021-11-16 15:15:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
|