tida.shader

A module for programming open graphics shaders.

Members

Classes

Shader
class Shader(int type)

A description object for a shader program or program unit.

Enums

Vertex
anonymousenum Vertex
Undocumented in source.

Templates

glTypeShader
template glTypeShader(int type)

Converts types into a convenient representation for the open graphics library.

isShaderProgram
template isShaderProgram(int type)

Whether the shader type is a program.

isShaderUnite
template isShaderUnite(int type)

Whether the shader type is a shader unit.

isValidTypeShader
template isValidTypeShader(int type)

Whether the shader type is valid to use.

Meta

Authors

License