UniformBlock

final case class UniformBlock(blockName: String, uniforms: List[(Uniform, ShaderPrimitive)])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addUniforms(newUniforms: List[(Uniform, ShaderPrimitive)]): UniformBlock
def withUniformBlockName(newBlockName: String): UniformBlock
def withUniforms(newUniforms: List[(Uniform, ShaderPrimitive)]): UniformBlock

Inherited methods

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

Concrete fields

lazy val uniformHash: String