RetroArch
Namespaces | Enumerations | Functions
glslang.hpp File Reference
#include <vector>
#include <string>
#include <stdint.h>
Include dependency graph for glslang.hpp:
This graph shows which files directly or indirectly include this file:

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)