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

Method getIsTextureFloat

src/backend/web-gl/kernel.js:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 static getIsTextureFloat() {
84 return Boolean(testExtensions.OES_texture_float);
85 }
86
87 static getIsDrawBuffers() {
88 return Boolean(testExtensions.WEBGL_draw_buffers);

Callers 1

getFeaturesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected