liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
Postprocessing
liberty
graphics
postprocessing
version(nonde && __OpenGL__)
class
Postprocessing {
this
(GLBackend gl, int screenWidth, int screenHeight, PostProcessFxFlag flag);
~this
();
void
bindFBO
();
void
pass
(void delegate() drawGeometry);
}
Constructors
this
this
(GLBackend gl, int screenWidth, int screenHeight, PostProcessFxFlag flag)
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
bindFBO
void
bindFBO
()
Undocumented in source. Be warned that the author may not have intended to support it.
pass
void
pass
(void delegate() drawGeometry)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
liberty
graphics
postprocessing
classes
Postprocessing
enums
PostProcessFxFlag