feat: emitters random access & add ParticlesRenderer.gc()

This commit is contained in:
MihailRis
2024-11-04 14:41:52 +03:00
parent 8bfc7983da
commit 0cd5136fdb
3 changed files with 49 additions and 5 deletions
+1
View File
@@ -12,6 +12,7 @@ using integer_t = int64_t;
using number_t = double;
using uint = unsigned int;
using u64id_t = uint64_t;
/// @brief use for bytes arrays
using ubyte = uint8_t;