Closed suprohub closed 1 week ago
Yes
And what about winit 0.30? I created fork where winit 0.30.5 and wgpu 22.1.0. But all examples are broken
What's the question wrt greedy meshing?
winit
0.30 was discussed recently in #403. wgpu
22 has an open PR in #402.
What's the question wrt greedy meshing?
winit
0.30 was discussed recently in #403.wgpu
22 has an open PR in #402.
Can we implement greedy meshung?
pixels.context()
and pixels.adapter()
give you access to all of the wgpu
internal state. You can use it to implement any graphics technique you like.
Is there a question, here?