blob: d6122231f0cd31fe48045212685d0c81152bdead [file] [log] [blame]
/** @type {WebGL2RenderingContext} */ var myContext;
console.log(myContext.READ_BUFFER);
// See whether WebGL 1.0 properties are correctly type checked.
console.log(myContext.DEPTH_BUFFER_BIT);