MCPcopy Index your code
hub / github.com/gpujs/gpu.js / getMaxTextureSize

Method getMaxTextureSize

src/backend/web-gl2/kernel.js:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 static getMaxTextureSize() {
98 return testContext.getParameter(testContext.MAX_TEXTURE_SIZE);
99 }
100
101 static lookupKernelValueType(type, dynamic, precision, value) {
102 return lookupKernelValueType(type, dynamic, precision, value);

Callers 1

getFeaturesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected