MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / makeModule

Function makeModule

src/splat/webgpu/gaussianRenderer.test.ts:65–73  ·  view source on GitHub ↗
(name: string, order: string[])

Source from the content-addressed store, hash-verified

63}
64
65function makeModule(name: string, order: string[]): FakeModule {
66 return {
67 name,
68 configure: vi.fn(),
69 setUniforms: vi.fn(),
70 execute: vi.fn(() => order.push(name)),
71 destroy: vi.fn(),
72 };
73}
74
75function makeDevice(options: {
76 validationError?: GPUError | null;

Callers 1

createHarnessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected