CaffeineMC / sodium

A Minecraft mod designed to improve frame rates and reduce micro-stutter
Other
4.77k stars 811 forks source link

Fix fast cloud rendering #2648

Closed douira closed 2 months ago

douira commented 2 months ago

Fix fast cloud rendering as described in #2646. Closes #2646.

Makes it possible to have no vertex buffer, and to simply not render clouds if there is none. Disables view-dependent culling on fast clouds. Resolves the crash and makes them visible from the top and bottom.