Source

final case class Source(id: ShaderId, vertex: String, fragment: String) extends EntityShader
Companion
object
trait Serializable
trait Product
trait Equals
trait Shader
class Object
trait Matchable
class Any

Value members

Concrete methods

def withFragmentProgram(program: String): Source
def withVertexProgram(program: String): Source

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product