voxelman.graphics.shaders

Members

Mixin templates

ModelSetter
mixintemplate ModelSetter()
Undocumented in source.
MvpSetter
mixintemplate MvpSetter()
Undocumented in source.
ProjectionSetter
mixintemplate ProjectionSetter()
Undocumented in source.
TransparencySetter
mixintemplate TransparencySetter()
Undocumented in source.
ViewSetter
mixintemplate ViewSetter()
Undocumented in source.
VpSetter
mixintemplate VpSetter()
Undocumented in source.

Structs

SolidShader2d
struct SolidShader2d
Undocumented in source.
SolidShader3d
struct SolidShader3d
Undocumented in source.
TransparentShader3d
struct TransparentShader3d
Undocumented in source.

Variables

color_frag_shader_transparent
string color_frag_shader_transparent;
Undocumented in source.
matrix4fIdentity
Matrix4f matrix4fIdentity;
Undocumented in source.
solid_frag_shader
string solid_frag_shader;
Undocumented in source.
solid_vert_shader
string solid_vert_shader;
Undocumented in source.
vert_shader_2d
string vert_shader_2d;
Undocumented in source.

Meta

Authors

Andrey Penechko.