userFelixcancel
branchrust_reboot/main/indirect_instancing/batch_renderer_group/std_shader_compatcancel

17 Commits over 30 Days - 0.02cph!

17 Days Ago
Add some notes about newly added .cginc files and why they are there.
17 Days Ago
17 Days Ago
Restore built-in instancing compatibility of Rust/Standard shader because it's also required for non-BRG procedural instancing
17 Days Ago
Merge from batch_renderer_group
17 Days Ago
Remove legacy built-in instancing support from Rust/Standard shader. We're all-in on RRP, SRPB, BRG and all the other fancy acronyms.
18 Days Ago
Remove no longer needed RustDOTSInstancing.cginc
18 Days Ago
Port UNITY_ANY_INSTANCING_ENABLED from UnityInstancing.hlsl to UnityInstancing.cginc
18 Days Ago
Use a different method to override UnityShaderVariables.cginc and clean up some unneeded changes to Standard.shader
18 Days Ago
Make Rust/Standard render correctly with BatchRendererGroup most of the time
18 Days Ago
Stop using material mapping
20 Days Ago
Merge from .../batch_renderer_group
53 Days Ago
Fix terrain.geometryclipmaps not persisting properly
53 Days Ago
Get Unity to shut up about CBuffer setup (Rust/Standard)
2 Months Ago
Make some progress getting Rust/Standard to work with BatchRendererGroup
2 Months Ago
Fix a few shader compilation errors with rare variants
2 Months Ago
Move all standard shader inputs into one cbuffer, guard other files with #ifdef (included through `Standard.cginc`)