RenderProgramTriangle class

Inheritance

Constructors

RenderProgramTriangle()

Properties

attributes Map<String, int>
no setterinherited
contextIdentifier int
no setterinherited
fragmentShaderSource String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
program → WebGLProgram
no setterinherited
projectionMatrix Matrix3D
no getterinherited
renderBufferIndex RenderBufferIndex
no setterinherited
renderBufferVertex RenderBufferVertex
no setterinherited
renderingContext → WebGLRenderingContext
no setterinherited
renderStatistics RenderStatistics
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uniforms Map<String, WebGLUniformLocation>
no setterinherited
vertexShaderSource String
no setteroverride

Methods

activate(RenderContextWebGL renderContext) → void
override
flush() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renderTriangle(RenderState renderState, num x1, num y1, num x2, num y2, num x3, num y3, int color) → void
renderTriangleMesh(RenderState renderState, Int16List ixList, Float32List vxList, int color) → void
toString() String
A string representation of this object.
inherited

Operators

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