Search Issue Tracker
Fixed in 12.x.x
Votes
0
Found in [Package]
12.0.0
Issue ID
1360406
Regression
Yes
[HDRP][Metal] Shader warnings of potentially uninitialized variable (chunkIndex) appear during shader compilation
How to reproduce:
1. Create new HDRP template project
2. Let the project load and wait for shaders to start compiling
3. Observe console
Warning:
Shader warning in 'VolumetricLighting': use of potentially uninitialized variable (chunkIndex) use of potentially uninitialized variable (stepSize) use of potentially uninitialized variable (minRelativeIdx) use of potentially uninitialized variable (maxRelativeIdx) at kernel VolumetricLighting at (48)/Library/PackageCache/com.unity.render-pipelines.core@12.0.0/Runtime/Lighting/ProbeVolume/ProbeVolume.hlsl(105) (on metal)
Reproduced with: 2022.1.0a6
Does not reproduce with: 2022.1.0a5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Add comment