Source

indigo.shared.shader.EntityShader.Source
See theSource companion object
final case class Source(id: ShaderId, vertex: String, fragment: String, prepare: String, light: String, composite: String) extends EntityShader

Attributes

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

Members list

Value members

Concrete methods

def withCompositeProgram(program: String): Source
def withFragmentProgram(program: String): Source
def withLightProgram(program: String): Source
def withPrepareProgram(program: String): Source
def withVertexProgram(program: String): Source

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product