Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines the shader related stores and directory

Hierarchy

  • ShaderStore

Index

Constructors

Properties

IncludesShadersStore: {}

Store of each included file for a shader (The can be looked up using effect.key)

Type declaration

  • [key: string]: string
IncludesShadersStoreWGSL: {}

Store of each included file for a shader (WGSL)

Type declaration

  • [key: string]: string
ShadersRepository: string

Gets or sets the relative url used to load shaders if using the engine in non-minified mode

ShadersRepositoryWGSL: string

Gets or sets the relative url used to load shaders (WGSL) if using the engine in non-minified mode

ShadersStore: {}

Store of each shader (The can be looked up using effect.key)

Type declaration

  • [key: string]: string
ShadersStoreWGSL: {}

Store of each shader (WGSL)

Type declaration

  • [key: string]: string

Methods

  • Gets the include shaders store of a given shader language

    Parameters

    Returns {}

    the include shaders store

    • [key: string]: string
  • Gets the shaders repository path for a given shader language

    Parameters

    Returns string

    the path to the shaders repository

  • Gets the shaders store of a given shader language

    Parameters

    Returns {}

    the shaders store

    • [key: string]: string

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static property
  • Static method

Settings

Theme