ShaderImpl

io.indigoengine.roguelike.starterkit.terminal.TerminalEntity$.ShaderImpl$
object ShaderImpl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ShaderImpl.type

Members list

Type members

Classlikes

final case class Env(GRID_DIMENSIONS_CHAR_SIZE: vec4, MASK: vec4, CHAR_FOREGROUND: array[4000, vec4], BACKGROUND: array[4000, vec4]) extends FragmentEnvReference

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait FragmentEnvReference
class Object
trait Matchable
class Any
Show all
object Env

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Env.type
final case class RogueLikeData(GRID_DIMENSIONS_CHAR_SIZE: vec4, MASK: vec4)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RogueLikeMapBackground(BACKGROUND: array[4000, vec4])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RogueLikeMapForeground(CHAR_FOREGROUND: array[4000, vec4])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

inline def frag: Shader[Env, Unit]