JShader class

Constructors

JShader()

Properties

animationSlot ↔ dynamic
getter/setter pair
cameraSlot ↔ dynamic
getter/setter pair
colorSlot ↔ dynamic
getter/setter pair
currentProgram int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
positionSlot ↔ dynamic
getter/setter pair
programsHandle List
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textureSlot ↔ dynamic
getter/setter pair

Methods

assetProgram(String vertex, String fragment) int
assetShader(int type, String filename) int
creareProgram(int slot, String vertex, String fragment) → void
deleteProgram(int slot) → void
loadAsset(String name) String
loadProgram(int slot, String vertex, String fragment) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareSlots(dynamic programHandle, dynamic gl) → void
release() → void
stringProgramm(String vertex, String fragment) → dynamic
stringShader(int type, String source) → dynamic
toString() String
A string representation of this object.
inherited
useProgram(int slot) → void

Operators

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