Home > @visualization-tools/core > IGlProgramSpec
Specification of a webgl program to build.
Signature:
export interface IGlProgramSpec
| Property | Type | Description |
|---|---|---|
| fragmentShader | IGlShader | |
| optionalExtensions | readonly (keyof IGlExtensions)[] | |
| outAttributes | readonly string[] | null | |
| requiredExtensions | readonly (keyof IGlExtensions)[] | |
| shaderLanguageVersion | number | undefined | |
| vertexShader | IGlShader |