MCPcopy 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

getTextureFormatMethod · 0.95
_setupOutputTextureMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected