userFelixcancel
reporust_rebootcancel

612 Commits over 457 Days - 0.06cph!

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
1 Year Ago
Enabled instancing on all materials.
1 Year Ago
Un-check Read/Write on all meshes
1 Year Ago
Added "Unmark Readable" Tool to remove Read/Write from meshes
1 Year Ago
Fixed instancing to work with non-read-write meshes
1 Year Ago
Fixed server build
1 Year Ago
Merge /command_buffer_gc_fix to /main - Fix allocation of 62 bytes every frame
1 Year Ago
Merge from /main to continue old work