Framebuffer class

Constructors

Framebuffer(ChronosGL _cgl, Texture? colorTexture, [Texture? depthTexture, Texture? stencilTexture, bool depthStencilCombined = false])
Framebuffer.Default(ChronosGL cgl, int w, int h)
Framebuffer.Effect(ChronosGL cgl, int w, int h)
Framebuffer.Screen(ChronosGL _cgl)

Properties

colorTexture Texture?
getter/setter pair
depthTexture Texture?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stencilTexture Texture?
getter/setter pair

Methods

Activate(int clear_mode, int viewPortX, int viewPortY, int viewPortW, int viewPortH) → void
ExtractByteData(Uint8List? buf, int x, int y, int w, int h) Uint8List
If buf is non-null it must have size 4wh elements
ExtractFloatData(Float32List? buf, int x, int y, int w, int h) Float32List
If buf is non-null it must have size 4wh elements
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited