userFelixcancel
branchrust_reboot/main/indirect_instancingcancel

407 Commits over 427 Days - 0.04cph!

1 Year Ago
Indirect instancing: - Prevent NullReferenceException when attempting to remove instances without a MeshFilter component - Fixed shader compilation error in the shadow pass - Surround instancing code with `#ifdef CLIENT` for cleaner server builds
1 Year Ago
Merge from /main
1 Year Ago
Added support for layers and per-instance colors to the indirect instanced renderer
1 Year Ago
Indirect Instancing: - Remove delegate callbacks to avoid allocations at all costs - Lots of clean-up / Removed some ugly hacks - Use proper namespace namespaces - Use a camera component for proper resource management - Prefix all profiler regions with "Indirect." for an easy overview
1 Year Ago
merge from /main
1 Year Ago
Remove the massive lump of disabled code I forgot to delete
1 Year Ago
Implement indirect instanced rendering system