UNPKG

@pixelshift.ai/gl-conformance

Version:
18 lines (16 loc) 393 B
var tape = require('tape') var runTest = require('./run-test') function filter(caseName) { return true } runTest({ tape: tape, createContext: function(width, height, options) { var canvas = document.createElement('canvas') canvas.width = width canvas.height = height var context = canvas.getContext('webgl', options) return context }, filter: filter })