Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VertexShader

Class representing a VertexShader

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

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

Hierarchy

  • VertexShader

Index

Constructors

  • Constructor. Take a VertexShaderConfig

    Parameters

    Returns VertexShader

Accessors

  • Getter for the VertexShader's attribute specifications

    Returns AttributeArray

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

    Returns string

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

    Returns string

  • Retrieve the VertexShader's uniform specifications

    Returns UniformArray