File tree Expand file tree Collapse file tree
com.unity.render-pipelines.high-definition
Runtime/Material/LayeredLit Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -417,6 +417,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
417417- Fixed remove of the Additional Light Data when removing the Light Component.
418418- Fixed remove of the Additional Camera Data when removing the Camera Component.
419419- Fixed black pixel issue in AMD FidelityFX RCAS implementation
420+ - Fixed specular anti aliasing for layeredlit shader.
420421
421422### Changed
422423- Changed Window/Render Pipeline/HD Render Pipeline Wizard to Window/Rendering/HDRP Wizard
Original file line number Diff line number Diff line change @@ -504,6 +504,7 @@ Shader "HDRP/LayeredLit"
504504 #pragma shader_feature_local _DISABLE_SSR_TRANSPARENT
505505
506506 #pragma shader_feature_local _ADD_PRECOMPUTED_VELOCITY
507+ #pragma shader_feature_local_fragment _ENABLE_GEOMETRIC_SPECULAR_AA
507508
508509 // Keyword for transparent
509510 #pragma shader_feature _SURFACE_TYPE_TRANSPARENT
You can’t perform that action at this time.
0 commit comments