retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
OpenGlTexture
retrograde
graphics
threedee
opengl
rendering
Undocumented in source.
version(Have_derelict_gl3)
class
OpenGlTexture :
Texture
{
this
(ubyte[] texelData, RectangleU dimensions, bool generateMipMaps, string textureName);
void
loadIntoVram
();
bool
isLoadedIntoVram
();
void
applyTexture
();
RectangleU
getTextureSize
();
string
getName
();
}
Constructors
this
this
(ubyte[] texelData, RectangleU dimensions, bool generateMipMaps, string textureName)
Undocumented in source.
Members
Functions
applyTexture
void
applyTexture
()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string
getName
()
Undocumented in source. Be warned that the author may not have intended to support it.
getTextureSize
RectangleU
getTextureSize
()
Undocumented in source. Be warned that the author may not have intended to support it.
isLoadedIntoVram
bool
isLoadedIntoVram
()
Undocumented in source. Be warned that the author may not have intended to support it.
loadIntoVram
void
loadIntoVram
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Texture
getTextureSize
RectangleU
getTextureSize
()
Undocumented in source.
getName
string
getName
()
Undocumented in source.
Meta
Source
See Implementation
retrograde
graphics
threedee
opengl
rendering
classes
OpenGl3RenderSystemInitException
OpenGlRenderSystem
OpenGlTexture