Caps constructor
Caps(
- RenderingContext gl
Creates a capabilities detector for the given GL context.
Implementation
Caps(RenderingContext gl)
: hasIntegerTex = !Platform.isAndroid && _probeR32UI(gl);