webgpu: cleanup dawn example

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-11-15 21:05:50 -07:00 committed by Stephen Gutekanst
parent ea197f9dca
commit 00095ded60
2 changed files with 1 additions and 5 deletions

View file

@ -109,9 +109,6 @@ pub fn main() !void {
c.wgpuShaderModuleRelease(fs_module);
while (!setup.window.shouldClose()) {
// _ = pipeline;
// _ = queue;
// try glfw.pollEvents();
try frame(.{
.device = setup.device,
.swap_chain = swap_chain,