MCPcopy Create free account
hub / github.com/Twinklebear/webgpu-marching-cubes / constructor

Method constructor

src/marching_cubes.ts:18–22  ·  view source on GitHub ↗
(count: number, buffer: GPUBuffer)

Source from the content-addressed store, hash-verified

16 buffer: GPUBuffer;
17
18 constructor(count: number, buffer: GPUBuffer)
19 {
20 this.count = count;
21 this.buffer = buffer;
22 }
23};
24
25/* Marching Cubes execution has 5 steps

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected