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

Method clone

src/texture.js:54–56  ·  view source on GitHub ↗

* @desc Clones the Texture * @returns {Texture}

()

Source from the content-addressed store, hash-verified

52 * @returns {Texture}
53 */
54 clone() {
55 throw new Error(`Not implemented on ${this.constructor.name}`);
56 }
57
58 /**
59 * @desc Deletes the Texture

Callers 8

copy1DTextureFunction · 0.45
copy2DTextureFunction · 0.45
copy3DTextureFunction · 0.45
clearClonedTextureFunction · 0.45
testArrayThenArray1D4Function · 0.45
testArray1D4ThenArrayFunction · 0.45
cloneFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected