Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FragmentShader

Class representing a FragmentShader

Provides access to all the information Aura needs to render an Entity with a given fragment shader

Used in constructing ShaderPrograms for registration on the Game and for use in Entity Shader components

Hierarchy

  • FragmentShader

Index

Constructors

Accessors

Constructors

  • Constructor. Take a FragmentShaderConfig

    Parameters

    Returns FragmentShader

Accessors

  • get name(): string
  • Retrieve the FragmentShader's name

    Returns string

  • get source(): string
  • Retrieve the FragmentShader's source

    Returns string

  • Retrieve the FragmentShader's uniform specifications

    Returns UniformArray