Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Shader

Shader Component, defining the Shader an Entity will use

Together with the Model Component, makes an Entity renderable

Hierarchy

Index

Constructors

Properties

Accessors

Constructors

  • Constructor. Take the ShaderProgram to use and provide the name 'Shader' to the parent class

    Parameters

    Returns Shader

Properties

name: string

Accessors

  • Retrieve the ShaderProgram's FragmentShader

    Returns FragmentShader

  • get programName(): string
  • Retriever the ShaderProgram's name

    Returns string

  • Retrieve the ShaderProgram's VertexShader

    Returns VertexShader