coreGL.CoreGL

Undocumented in source.

Members

Classes

CoreGL
class CoreGL

A really simple Demo illustrating OpenGL core profile with GtkD This example is provided under the terms of the GPL License.

Functions

compileShader
uint compileShader(int type, string source)
Undocumented in source. Be warned that the author may not have intended to support it.
getIdentityMatrix
float[16] getIdentityMatrix()
Undocumented in source. Be warned that the author may not have intended to support it.
initShaders
void initShaders(uint* program_out, uint* mvp_location_out, uint* position_location_out, uint* color_location_out)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

FragShaderCode
auto FragShaderCode;
Undocumented in source.
VertShaderCode
auto VertShaderCode;
Undocumented in source.

Meta