()
| 89 | } |
| 90 | |
| 91 | static getChannelCount() { |
| 92 | return testExtensions.WEBGL_draw_buffers ? |
| 93 | testContext.getParameter(testExtensions.WEBGL_draw_buffers.MAX_DRAW_BUFFERS_WEBGL) : |
| 94 | 1; |
| 95 | } |
| 96 | |
| 97 | static getMaxTextureSize() { |
| 98 | return testContext.getParameter(testContext.MAX_TEXTURE_SIZE); |