DEBSOURCES
Skip Quicknav
sources / glslang / 16.1.0-1 / Test / spv.exportFunctions.comp
123456789
#version 450 float add(float a, float b) { return a + b; } int foo() { return 0; }