Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gpujs/gpu.js
/ getWebGl
Method
getWebGl
src/backend/kernel.js:689–692 ·
view source on GitHub ↗
* @deprecated * @returns {Object}
()
Source
from the content-addressed store, hash-verified
687
* @returns {Object}
688
*/
689
getWebGl() {
690
utils.warnDeprecated(
'method'
,
'getWebGl'
);
691
return
this.context;
692
}
693
694
/**
695
* @desc Bind the webGL instance to kernel
Callers
1
deprecated.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected