ImageSamplerSlot class base
A binding to a shader's image sampler. Calling set on this object updates a sampler's bound image.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the bound uniform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shaderIndex → int
-
VisibleForTesting: This is the index one would use with
FragmentShader.setImageSampler for this sampler.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
Image val) → void - Set the Image value for the bound sampler associated with this slot.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited