ysge ~master (2026-07-03T20:13:52.8143379)
Dub
Repo
Texture
ysge
texture
Texture class that automatically frees itself
class
Texture {
SDL_Texture
*
texture
;
this
(SDL_Texture* ptexture);
this
();
~this
();
}
Constructors
this
this
(SDL_Texture* ptexture)
Undocumented in source.
this
this
()
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Variables
texture
SDL_Texture
*
texture
;
Undocumented in source.
Meta
Source
See Implementation
ysge
texture
classes
Texture
Texture class that automatically frees itself