WebGL2TileProgramBase
Extended by
Section titled “Extended by”Implements
Section titled “Implements”Properties
Section titled “Properties”| Property | Modifier | Type | Description |
|---|---|---|---|
name | readonly | string | Canonical program name for built-in programs; custom programs may omit it. |
shader | readonly | WebGL2ShaderProgram | - |
Methods
Section titled “Methods”delete()
Section titled “delete()”delete(): void;Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”WebGL2RenderProgram.deletepaint()
Section titled “paint()”abstract paint( input: RenderInput, frame: WebGL2Frame, resources: WebGL2RenderResources): void;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
input | RenderInput |
frame | WebGL2Frame |
resources | WebGL2RenderResources |
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”WebGL2RenderProgram.paint