Shader

sfml.graphics.Shader
See theShader companion object
trait Shader

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def loadFromFile(filename: String, shaderType: ShaderType): Boolean
def shader: Option[Immutable[Shader]]
inline def uniform_=[T <: Float | Int](name: String, vector: Vector2[T]): Unit
inline def uniform_=[T <: Float | Int](name: String, vector: Vector3[T]): Unit