Click or drag to resize

FramebufferCurrent Property

Returns the current framebuffer.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Framebuffer Current { get; }

Property Value

Type: Framebuffer
Remarks
Note: do not dispose this framebuffer.

Note: if you access Current before you create any custom framebuffers, then the returned value can be regarded as the default framebuffer. Note that this is not always the 'system' framebuffer, since you are not allowed to access that framebuffer on some devices.

See Also