Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VertexShaderConfig

Interface describing a VertexShader configuration object

Hierarchy

  • VertexShaderConfig

Index

Properties

attributes: AttributeArray

An AttributeArray describing the attributes the VertexShader contains

name: string

A name for the VertexShader

source: string

The VertexShader's source

uniforms: UniformArray

A UniformArray describing the uniforms the VertexShader contains