(tex, color, remark)
| 100 | } |
| 101 | |
| 102 | function checkTexture (tex, color, remark) { |
| 103 | renderTexture({ texture: tex }) |
| 104 | var actual = regl.read({ width: 1, height: 1 }) |
| 105 | compareArrays(actual, color, remark) |
| 106 | } |
| 107 | |
| 108 | function checkCubeFace (tex, color, remark, i) { |
| 109 | var axes = [ |
no test coverage detected
searching dependent graphs…