Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gpujs/gpu.js
/ getChannelCount
Method
getChannelCount
src/backend/web-gl2/kernel.js:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
static getChannelCount() {
94
return
testContext.getParameter(testContext.MAX_DRAW_BUFFERS);
95
}
96
97
static getMaxTextureSize() {
98
return
testContext.getParameter(testContext.MAX_TEXTURE_SIZE);
Callers
1
getFeatures
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected