3d/src/002-webgpu-instead/main.ts

8 lines
167 B
TypeScript

import { WebGPUApp } from "../renderer/webgpu";
const app = new WebGPUApp({ fov: 20 });
// TODO:
// - plane
// - white shader
// - real shader with UVs and uniforms