evael ~master (2021-10-23T09:29:02.1632381)
Dub
Repo
GLTextureResource
evael
renderer
gl
gl_texture_resource
Undocumented in source.
class
GLTextureResource :
TextureResource
{
this
(Texture texture);
void
apply
();
void
clear
();
}
Constructors
this
this
(Texture texture)
Undocumented in source.
Members
Functions
apply
void
apply
()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void
clear
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From TextureResource
texture
Texture
texture
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
evael
renderer
gl
gl_texture_resource
classes
GLTextureResource