Logicalshift / flo_draw

2D rendering libraries for Rust and FlowBetween
Apache License 2.0
101 stars 6 forks source link

`raw_wgpu_*` examples don't work #8

Closed ales-tsurko closed 9 months ago

ales-tsurko commented 9 months ago

I've fixed compilation issues for this example in #7, but there is nothing in the window when it runs - just a grey screen.

Logicalshift commented 9 months ago

Ah, I've fixed these up now. I think these were broken the last time I updated wgpu: the problem was they weren't presenting the frame after rendering.

ales-tsurko commented 9 months ago

Thanks!