retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
Sdl2TextureComponentFactory
retrograde
graphics
twodee
sdl2
rendering
Undocumented in source.
version(Have_derelict_sdl2)
class
Sdl2TextureComponentFactory :
TextureComponentFactory
{
TextureComponent
loadTexture
(File textureFile);
TextureComponent
createNullComponent
();
}
Members
Functions
createNullComponent
TextureComponent
createNullComponent
()
Undocumented in source. Be warned that the author may not have intended to support it.
loadTexture
TextureComponent
loadTexture
(File textureFile)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From TextureComponentFactory
loadTexture
TextureComponent
loadTexture
(File textureFile)
Undocumented in source.
createNullComponent
TextureComponent
createNullComponent
()
Undocumented in source.
Meta
Source
See Implementation
retrograde
graphics
twodee
sdl2
rendering
classes
Sdl2RenderSystem
Sdl2RenderSystemInitException
Sdl2Texture
Sdl2TextureComponentFactory
SpriteSubRenderer
SubRenderer