// https://registry.khronos.org/webgl/specs/latest/1.0/#5.9
[Exposed=(Window,Worker)]
interface WebGLTexture : WebGLObject {
};
