Shader
This content is for Server (HTTP API) 0.4.x. Switch to the latest version for up-to-date documentation.
Represents compiled shader. It can be used by a Shader component.
Reference
Type definitions
type Shader = { source: string; }Properties
source
Shader source code. Learn more.
- Type:
string