canvas ~master (2021-11-24T18:43:05Z)
Dub
Repo
OpenGLTexture
canvas
backend
opengl
Undocumented in source.
final
class
OpenGLTexture :
Texture
,
OpenGLResource
{
void
dispose
();
IVec2
size
();
}
Members
Functions
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
size
IVec2
size
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Texture
dispose
void
dispose
()
Releases all resources used by the texture
size
IVec2
size
()
Undocumented in source.
From OpenGLResource
dispose
void
dispose
()
Undocumented in source.
Meta
Source
See Implementation
canvas
backend
opengl
classes
OpenGLBackend
OpenGLException
OpenGLFramebuffer
OpenGLMesh
OpenGLShader
OpenGLTexture