Files
glslang/SPIRV/SpvBuilder.cpp
Sven van Haastregt 9575e33186 Fix unused parameter warning in Release builds
The `function` parameter is only used by an assert currently, so mark
it as "maybe unused".  Alternatively the parameter could be removed,
but avoid such API churn for now.
2023-06-21 16:43:18 -04:00

142 KiB