ShaderData

indigo.shared.materials.ShaderData
See theShaderData companion object
final case class ShaderData(shaderId: ShaderId, uniformBlocks: Batch[UniformBlock], channel0: Option[AssetName], channel1: Option[AssetName], channel2: Option[AssetName], channel3: Option[AssetName]) extends Material

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Material
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withChannel0(assetName: AssetName): ShaderData
def withChannel1(assetName: AssetName): ShaderData
def withChannel2(assetName: AssetName): ShaderData
def withChannel3(assetName: AssetName): ShaderData
def withShaderId(newShaderId: ShaderId): ShaderData
def withUniformBlocks(newUniformBlocks: Batch[UniformBlock]): ShaderData
def withUniformBlocks(newUniformBlocks: UniformBlock*): ShaderData

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields