PresentRenderer

Undocumented in source.

Constructors

this
this(EventManager eventManager, Framebuffer inputBuffer, Owner owner)
Undocumented in source.

Members

Functions

inputBuffer
void inputBuffer(Framebuffer b)
Undocumented in source. Be warned that the author may not have intended to support it.
inputBuffer
Framebuffer inputBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_inputBuffer
Framebuffer _inputBuffer;
Undocumented in source.
passPresent
PresentPass passPresent;
Undocumented in source.

Inherited Members

From Renderer

view
RenderView view;
Undocumented in source.
pipeline
RenderPipeline pipeline;
Undocumented in source.
outputBuffer
Framebuffer outputBuffer;
Undocumented in source.
activeCamera
void activeCamera(Camera camera)
Undocumented in source. Be warned that the author may not have intended to support it.
activeCamera
Camera activeCamera()
Undocumented in source. Be warned that the author may not have intended to support it.
scene
void scene(Scene s)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
setViewport
void setViewport(uint x, uint y, uint w, uint h)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta