DoubleBuffer

Undocumented in source.

Constructors

this
this(Framebuffer writeBuffer, Framebuffer readBuffer, Owner owner)
Undocumented in source.

Members

Functions

bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
blitColorBuffer
void blitColorBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
blitDepthBuffer
void blitDepthBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
colorTexture
GLuint colorTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
depthTexture
GLuint depthTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(uint width, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
swap
void swap()
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

readBuffer
Framebuffer readBuffer;
Undocumented in source.
writeBuffer
Framebuffer writeBuffer;
Undocumented in source.

Inherited Members

From Framebuffer

width
uint width;
Undocumented in source.
height
uint height;
Undocumented in source.
colorFormat
FrameBufferFormat colorFormat;
Undocumented in source.
hasDepthBuffer
bool hasDepthBuffer;
Undocumented in source.
_colorTexture
GLuint _colorTexture;
Undocumented in source.
_depthTexture
GLuint _depthTexture;
Undocumented in source.
framebuffer
GLuint framebuffer;
Undocumented in source.
init
void init(uint w, uint h, FrameBufferFormat format, bool depth)
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.
createFramebuffer
void createFramebuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
releaseFramebuffer
void releaseFramebuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
colorTexture
GLuint colorTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
depthTexture
GLuint depthTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(uint w, uint h)
Undocumented in source. Be warned that the author may not have intended to support it.
blitColorBuffer
void blitColorBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
blitDepthBuffer
void blitDepthBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta