paintgl
Globals
Canvas
Draw
Target
Color
Color
Shader
constructor
_texture
Values
context
program
fragment
Shader
vertex
Shader
dispose
set
Uniform
set
Uniform
Int
Context
Draw
Target
Quad
Shape
Rect
Shape
Shader
Shader
Base
Shape
Shape
Base
Texture
Texture
Draw
Target
Texture
Shader
Context
Capabilities
Context
Options
Drawable
Object
Map
Texture
Options
Blend
Mode
Image
Source
Pixel
Format
Pixel
Type
Shape
Usage
Texture
Filter
Uniform
Value
blend
Funcs
gl
Format
gl
Type
gl
Usage
ColorShader
Hierarchy
Constructors
new
Color
Shader
(
context
:
Context
)
:
ColorShader
Properties
_texture
Values
:
ObjectMap
<
Texture
>
context
:
Context
program
:
WebGLProgram
Accessors
get
fragmentShader
(
)
:
string
get
vertexShader
(
)
:
string
Methods
dispose
(
)
:
void
set
Uniform
(
name
:
string
, value
:
UniformValue
)
:
void
set
Uniform
Int
(
name
:
string
, value
:
number
|
Vec2
)
:
void