MCPcopy Index your code
hub / github.com/gpujs/gpu.js / getChannelCount

Method getChannelCount

src/backend/web-gl/kernel.js:91–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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);

Callers 1

getFeaturesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected