indigo.shared.shader.ShaderPrimitive.rawJSArray
See therawJSArray companion object
final case class rawJSArray(arr: Array[Float]) extends ShaderPrimitive
Advanced usage only, a raw array of Float's to send to the fragment shader. Warning: The assumption here is that you know what you're doing i.e. how the packing/unpacking rules work. If you don't, use a normal shader array
!
Value parameters
- arr
-
The array of Floats to send
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ShaderPrimitiveclass Objecttrait Matchableclass Any
Members list
In this article