Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ getIsDrawBuffers
Method
getIsDrawBuffers
src/backend/web-gl/kernel.js:87–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
static getIsDrawBuffers() {
88
return
Boolean(testExtensions.WEBGL_draw_buffers);
89
}
90
91
static getChannelCount() {
92
return
testExtensions.WEBGL_draw_buffers ?
Callers
1
getFeatures
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected