gpu/examples: zig fmt

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-04-20 23:01:52 -07:00
parent 7ebe8cde5e
commit 58664afbd6

View file

@ -184,7 +184,7 @@ fn frame(params: FrameParams) !void {
pl.swap_chain = params.device.nativeCreateSwapChain(pl.surface, &pl.target_desc);
} else pl.swap_chain.?.configure(
pl.swap_chain_format,
.{.render_attachment = true},
.{ .render_attachment = true },
pl.target_desc.width,
pl.target_desc.height,
);