Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICustomShaderOptions

Defines the options associated with the creation of a custom shader for a shadow generator.

Hierarchy

  • ICustomShaderOptions

Index

Properties

Optional attributesSearch playground for attributes

attributes: string[]

The list of attribute names used in the shader

Optional definesSearch playground for defines

defines: string[]

The list of defines used in the shader

Optional samplersSearch playground for samplers

samplers: string[]

The list of sampler names used in the shader

shaderNameSearch playground for shaderName

shaderName: string

Gets or sets the custom shader name to use

Optional uniformsSearch playground for uniforms

uniforms: string[]

The list of uniform names used in the shader

Legend

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