OES_texture_float
WebGL Extension
What is OES_texture_float?
The OES_texture_float extension is part of the WebGL API and exposes floating-point pixel types for textures. The type parameter of texImage2D() and texSubImage2D() accepts gl.FLOAT, and pixels can be a Float32Array. Linear filtering is not allowed unless OES_texture_float_linear extension is also enabled. This extension implicitly enables WEBGL_color_buffer_float if supported. Available in WebGL1 only; in WebGL2, this functionality is available by default.
Read MDN DocumentationBrowser Support
- Graphics card model and capabilities
- GPU driver version
- Browser version and vendor
- Operating system
Usage in Web Scraping & Anti-Bot Bypass
Modern anti-bot systems verify WebGL extensions to detect automated browsers. Mismatches between GPU hardware and available extensions are strong bot signals.
What Anti-Bot Systems Check:
- Extension availability: Does the reported GPU support these extensions?
- Extension combinations: Are the extensions typical for this GPU model?
- Consistency checks: Do reported extensions match other GPU signals?
- Missing extensions: Are expected extensions for this GPU absent?
Related WebGL Extensions
Test Your Complete GPU Fingerprint
Discover all WebGL extensions, WebGPU features, and GPU information exposed by your browser.
Run GPU Fingerprint Test