branchrust_reboot/main/render_pipeline_testingcancel
88 Commits over 92 Days - 0.04cph!
Fix mesh painting in RRP (🥚🧥)
Fix map layers (like train tunnels) not rendering in RRP
Upgrade SMAA in-place to SMAA T2x
Re-apply improved hair and beard rendering cleanly
RRP: Massively improved hair and beard rendering when TAA or DLSS are enabled. All other anti-aliasing modes now use simple cutout to appear less noisy.
Merge from blue_noise_dithering
Disable per-object culling
Apply GrabPass fix to 5 more shaders
Merge glass AR motion blur fix
Add dedicated depth texture for motion vectors
Use a NativeArray for lightShadowData
Remove RustRendererFeatureCameraComponentAttribute due to issues with reflection
Remove string interpolation from BlurOptimizedPass
Avoid delegate allocations in SSAOApplyPass
Elimitate GC allocation in terrain depth pre-pass
Add a null-check for renderer feature component creation
Make sure WaterRendererCamera has an explicit constructor (obfuscation problem?)
Add more profiler instrumentation
Always log render graph exceptions
Bind dummy buffers when not using RRP to avoid Unity skipping draw calls due to unbound buffers
Add ProfilerMarkers to all built-in RRP passes
Add a ProfilerMarker to every custom RustRenderPass
▍ ▉▇▊▉▌▅ ▄▄▉▍█▆▄█▇▌▌▉▋ ▋▆▊▄▌▊▉▊▌▌▌ ▍▅▉▆ ▇▇▌▊▉▊▍▅▇▋▅
Make Rust/Standard SRP-Batcher compatible
Remove _RRP multi_compile keyword
Re-add _UsingRRP dynamic branch
Add an assertion to catch rare error spam from WaterCamera
Remove obsolete potato subshaders to reclaim memory
Add some profiler intstrumentation
▍ ▄▅█▄▉▋▅▋▇▍▆▊ ▉▌▄▄ ▇▊▉▆▍█▅██▇▍▍▉▋▇▇█▍▄▄ ▇ ▋▆▊▄▌█▊▆▉▊▅▅▍▌▆▋▍▍▉▄▍▉▅▋▅▆
Cherry-pick global_mip_bias onto render_pipeline_testing
Revert RRP quality level. One cannot simply mix and match pipelines. :cry2:
Reorder SubShaders of Standard Refraction such that RRP is first, GrabPass comes last
Add an RRP quality level to prevent shader variant stripping
Prevent error spam about _EnvVolumeBuffer
Revert: Move WaterCamera.PrepareRender to OnPreCommandBuffer event (Fix CopyTexture error spam and disappearing ocean)
Move WaterCamera.PrepareRender to OnPreCommandBuffer event (Fix CopyTexture error spam and disappearing ocean)
Add _RRP multi_compile to all shaders with a forward pass
Remove _UsingRRP dynamic branch
Cherry-pick: Fix shader errors about undeclared identifier '_ST_WindBranchAnchor'. (Use SpeedTree 8 Wind)
Try to exclude the GrabPass-SubShader of the "Standard Refraction" shader from RRP and causing error spam
Hook up FXAA to UI settings
Unjitter camera matrix when jittering isn't needed anymore
Actually apply jittered projection matrix to camera
Fix wrong motion vector results from alpha-clipped materials
Restore TAA history weight attenuation from high velocity