evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
FrameBuffer
evael
graphics
FrameBuffer
FrameBuffer.
class
FrameBuffer {
protected
GraphicsDevice
m_graphicsDevice
;
protected
uint
m_id
;
protected
Texture
m_texture
;
this
(GraphicsDevice graphics, int width, int height);
void
dispose
();
uint
id
[@property getter];
Texture
texture
[@property getter];
}
Constructors
this
this
(GraphicsDevice graphics, int width, int height)
FrameBuffer constructor.
Members
Functions
dispose
void
dispose
()
FrameBuffer destructor.
Properties
id
uint
id
[@property getter]
Properties
texture
Texture
texture
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
m_graphicsDevice
GraphicsDevice
m_graphicsDevice
;
Undocumented in source.
m_id
uint
m_id
;
Undocumented in source.
m_texture
Texture
m_texture
;
Undocumented in source.
Meta
Source
See Implementation
evael
graphics
FrameBuffer
classes
FrameBuffer
FrameBuffer.