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

Method getSampler2DArrayTacticDeclaration

src/backend/gl/kernel.js:813–815  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

811 }
812
813 getSampler2DArrayTacticDeclaration() {
814 return `precision ${this.getVariablePrecisionString(this.texSize, this.tactic)} sampler2DArray;\n`;
815 }
816
817 renderTexture() {
818 return this.immutable ? this.texture.clone() : this.texture;

Callers 2

Calls 1

Tested by

no test coverage detected