mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Batched rendering of particles (#14489)
Co-authored-by: x2048 <codeforsmile@gmail.com> Co-authored-by: Desour <ds.desour@proton.me>
This commit is contained in:
parent
ff88ed7c75
commit
f8bff346f4
3 changed files with 395 additions and 213 deletions
|
@ -31,7 +31,7 @@ enum TileAnimationType : u8
|
|||
|
||||
struct TileAnimationParams
|
||||
{
|
||||
enum TileAnimationType type;
|
||||
enum TileAnimationType type = TileAnimationType::TAT_NONE;
|
||||
union
|
||||
{
|
||||
// struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue