|
RetroArch
|
#include <vector>#include <string>#include <stdint.h>Go to the source code of this file.
Namespaces | |
| glslang | |
Enumerations | |
| enum | glslang::Stage { glslang::StageVertex = 0, glslang::StageTessControl, glslang::StageTessEvaluation, glslang::StageGeometry, glslang::StageFragment, glslang::StageCompute } |
Functions | |
| bool | glslang::compile_spirv (const std::string &source, Stage stage, std::vector< uint32_t > *spirv) |
1.8.15