blob: 120c72729659cd89585cd525223753fa24a3b8f7 (
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.5
//
interface WebGLRenderbuffer : WebGLObject {
};
|