userFelixcancel
branchrust_reboot/main/indirect_instancing/batch_renderer_groupcancel

22 Commits over 61 Days - 0.02cph!

21 Days Ago
Don't try to initialise BatchRendererGroup if the ConVar is disabled
22 Days Ago
Merge from render_pipeline_testing
24 Days Ago
Fix compile error (UnityToolbarExtender)
24 Days Ago
Merge from indirect_instancing (main)
25 Days Ago
Add instancing setup calls to forward passes in Rust/Standard
28 Days Ago
Fix shader error
28 Days Ago
Merge from indirect_instancing
28 Days Ago
Merge from std_shader_compat
29 Days Ago
Only initialise BatchRendererGroup if using a render pipeline
38 Days Ago
Use MinimalBatchRendererGroup shader
38 Days Ago
RRP: Add MinimalBatchRendererGroup shader
38 Days Ago
Submit identity array as visibleInstances, allowing BatchRendererGroup to function
42 Days Ago
Use actual PerInstanceData buffer instead of IndirectArgs in BatchRendererGroup
42 Days Ago
Merge from /indirect_instancing
45 Days Ago
Rebase on main
57 Days Ago
Add automatic shader remapping to Indirect Instancing This also properly initialises BatchRendererGroup, but getting the .bufferHandle requires a Unity mod for the time being. (need to migrate ComputeBuffer → GraphicsBuffer first)
57 Days Ago
RRP: Add some DOTS support to Lit vertex shader
57 Days Ago
Clean up InstanceCreationInfo.material
57 Days Ago
Set debug labels for indirect instancing buffers
2 Months Ago
Rebase on /main
3 Months Ago
Set up inputs for new RRP compatible standard shader
3 Months Ago
Create BatchRendererGroup on startup