RenderProgramSimple class

Inheritance

Constructors

RenderProgramSimple()

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 Program
no setterinherited
projectionMatrix Matrix3D
no getterinherited
renderBufferIndex RenderBufferIndex
no setterinherited
renderBufferVertex RenderBufferVertex
no setterinherited
renderingContext RenderingContext
no setterinherited
renderStatistics RenderStatistics
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uniforms Map<String, UniformLocation>
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
renderTextureMapping(RenderState renderState, Matrix mappingMatrix, Int16List ixList, Float32List vxList) → void
renderTextureMesh(RenderState renderState, Int16List ixList, Float32List vxList) → void
renderTextureQuad(RenderState renderState, RenderTextureQuad renderTextureQuad) → void
toString() String
A string representation of this object.
inherited

Operators

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