summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/OES_texture_half_float.idl
blob: be414543628f8cfa0dafb8e6b6af4ab50c5f91b2 (plain)
1
2
3
4
5
6
7
8
9
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: WebGL OES_texture_half_float Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/OES_texture_half_float/)

[Exposed=(Window,Worker), LegacyNoInterfaceObject]
interface OES_texture_half_float {
  const GLenum HALF_FLOAT_OES = 0x8D61;
};