mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
//
|
|
// WebGL IDL definitions scraped from the Khronos specification:
|
|
// https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.3
|
|
//
|
|
|
|
interface WebGLObject {
|
|
};
|