webgpu: cleanup dawn example
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
ea197f9dca
commit
00095ded60
2 changed files with 1 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue