Shader
Node.js
Represents compiled shader. It can be used by a Shader component.
Reference
Type definitions
type Shader = { source: string;}
Properties
source
Shader source code. To learn more visit Shaders documentation.
- Type:
string