aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/WebGLTexture.webidl
blob: ef9a4967db80f8ba87c5bfe8dfedb14ce92e4a30 (plain) (blame)
1
2
3
4
5
6
7
//
// WebGL IDL definitions scraped from the Khronos specification:
// https://www.khronos.org/registry/webgl/specs/latest/#5.9
//

interface WebGLTexture : WebGLObject {
};