summaryrefslogtreecommitdiffstats
path: root/dom/canvas/test/webgl-conf/checkout/deqp/test-webgl2.js
blob: d6122231f0cd31fe48045212685d0c81152bdead (plain)
1
2
3
4
/** @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);