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