tida.gl

Module for loading a library of open graphics.

Public Imports

bindbc.opengl
public import bindbc.opengl;

Members

Aliases

ExtList
alias ExtList = string[]
Undocumented in source.
FCompressedTexImage2DARB
alias FCompressedTexImage2DARB = void function(GLenum target, int level, GLenum internalformat, GLsizei width, GLsizei height, int border, GLsizei imagesize, void* data)
Undocumented in source.
FFramebufferTextureLayerEXT
alias FFramebufferTextureLayerEXT = void function()
Undocumented in source.
glCompressedTexImage2D
alias glCompressedTexImage2D = glCompressedTexImage2DARB
Undocumented in source.

Enums

Extensions
enum Extensions
Undocumented in source.
GL_COMPRESSED_RGBA_ARB
anonymousenum GL_COMPRESSED_RGBA_ARB
Undocumented in source.
GL_TEXTURE_1D_ARRAY_EX
anonymousenum GL_TEXTURE_1D_ARRAY_EX
Undocumented in source.

Functions

extTextureArrayLoad
bool extTextureArrayLoad()
Undocumented in source. Be warned that the author may not have intended to support it.
extTextureCompressionLoad
bool extTextureCompressionLoad()
Undocumented in source. Be warned that the author may not have intended to support it.
glExtensionsList
ExtList glExtensionsList()
Undocumented in source. Be warned that the author may not have intended to support it.
hasExtensions
bool hasExtensions(ExtList list, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
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.
glCompressedTexImage2DARB
FCompressedTexImage2DARB glCompressedTexImage2DARB;
Undocumented in source.
glFramebufferTextureLayerEXT
FFramebufferTextureLayerEXT glFramebufferTextureLayerEXT;
Undocumented in source.

Meta

Authors

License