Go to the source code of this file.
|
static std::string | impeller::GetShaderInfoLog (const ProcTableGLES &gl, GLuint shader) |
|
static std::string | impeller::GetShaderSource (const ProcTableGLES &gl, GLuint shader) |
|
static void | impeller::LogShaderCompilationFailure (const ProcTableGLES &gl, GLuint shader, std::string_view name, const fml::Mapping &source_mapping, ShaderStage stage) |
|
static bool | impeller::LinkProgram (const ReactorGLES &reactor, const std::shared_ptr< PipelineGLES > &pipeline, const std::shared_ptr< const ShaderFunction > &vert_function, const std::shared_ptr< const ShaderFunction > &frag_function) |
|