Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ getInternalFormat
Method
getInternalFormat
src/backend/web-gl/kernel.js:681–683 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
679
}
680
681
getInternalFormat() {
682
return
this.context.RGBA;
683
}
684
getTextureFormat() {
685
const
{ context: gl } = this;
686
switch (this.getInternalFormat()) {
Callers
3
getTextureFormat
Method · 0.95
_setupOutputTexture
Method · 0.95
_setupSubOutputTextures
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected