Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IShaderMaterialOptions

Defines the options associated with the creation of a shader material.

Hierarchy

  • IShaderMaterialOptions

Index

Properties

attributesSearch playground for attributes

attributes: string[]

The list of attribute names used in the shader

definesSearch playground for defines

defines: string[]

The list of defines used in the shader

needAlphaBlendingSearch playground for needAlphaBlending

needAlphaBlending: boolean

Does the material work in alpha blend mode

needAlphaTestingSearch playground for needAlphaTesting

needAlphaTesting: boolean

Does the material work in alpha test mode

samplersSearch playground for samplers

samplers: string[]

The list of sampler names used in the shader

uniformBuffersSearch playground for uniformBuffers

uniformBuffers: string[]

The list of UBO names used in the shader

uniformsSearch playground for uniforms

uniforms: string[]

The list of unifrom names used in the shader

Legend

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