Shader
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
Represents compiled shader. It can be used by a Shader component.
type Shader = { source: string; }
Shader source code. Learn more.
string