Caps constructor

Caps(
  1. RenderingContext gl
)

Creates a capabilities detector for the given GL context.

Implementation

Caps(RenderingContext gl)
    : hasIntegerTex = !Platform.isAndroid && _probeR32UI(gl);