blob: 418e9ef231e2c0eacdbbe49adbd55bcbdad29510 (
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/1.0/#5.4
//
interface WebGLBuffer : WebGLObject {
};
|