voxelman.graphics.shaders

Members

Mixin templates

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

Structs

ColUvShader2d
struct ColUvShader2d
Undocumented in source.
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.
tex_col_frag_shader
string tex_col_frag_shader;
Undocumented in source.
tex_col_pos_vert_shader_2d
string tex_col_pos_vert_shader_2d;
Undocumented in source.
vert_shader_2d
string vert_shader_2d;
Undocumented in source.

Meta

Authors

Andrey Penechko.