tida.gl

Module for loading a library of open graphics.

Public Imports

bindbc.opengl
public import bindbc.opengl;

Members

Functions

loadGraphicsLibrary
void loadGraphicsLibrary()

The function loads the OpenGL libraries for hardware graphics acceleration.

Properties

glVersionSpecifed
int[2] glVersionSpecifed [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
glslVersion
string glslVersion [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_glVersionSpecifed
int[2] _glVersionSpecifed;
Undocumented in source.
_glslVersion
string _glslVersion;
Undocumented in source.

Meta

Authors

License