
Move the parameter verifictation to a centralized place where all the builtins are verified for correctness. Add verification for the new builtins with version and extension check These builtins are supported on GLSL since version 130 and GLES since version 300.
7 lines
242 B
Plaintext
7 lines
242 B
Plaintext
spv.ext.textureShadowLod.error.frag
|
|
ERROR: 0:11: 'textureLod(..., float lod)' : required extension not requested: GL_EXT_texture_shadow_lod
|
|
ERROR: 1 compilation errors. No code generated.
|
|
|
|
|
|
SPIR-V is not generated for failed compile or link
|