RenderStencilBuffer class
Constructors
- RenderStencilBuffer.rawWebGL(int width, int height)
Properties
- contextIdentifier → int
-
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- height → int
-
read-only
- renderbuffer → Renderbuffer
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- width → int
-
read-only
Methods
-
activate(
RenderContextWebGL renderContext) → void -
dispose(
) → void - Call the dispose method to release memory allocated by WebGL.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
resize(
int width, int height) → void -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited