dagon.graphics.shaderloader

Undocumented in source.

Members

Enums

ShaderStage
enum ShaderStage
Undocumented in source.

Functions

compileShader
GLuint compileShader(string source, ShaderStage stage)

Compile single shader from source

linkShaders
GLuint linkShaders(GLuint[] shaderIDs)

Link compiled shaders

Meta