Search Issue Tracker
Fixed in 3.4.0
Fixed in 4.0.0
Votes
0
Found in [Package]
3.4.0
Issue ID
1073635
Regression
Yes
Shader compile error caused by parameters of SAMPLE_TEXTURECUBE_SHADOW on SRP using coord3 instead of coord4
To reproduce:
1. Open attached project "TestSRPBug.zip (2.2 MB)"
2. Select test1.shader asset
3. In the inspector window observe "undeclared identifier 'coord3'" errors
Reproduced on:
SRP 3.4.0
Not reproduced on:
SRP 3.0.0
Open Assets > CoreRP > ShaderLibrary > API > D3D11.hlsl observe line nr. 105:
#define SAMPLE_TEXTURECUBE_SHADOW(textureName, samplerName, coord4) textureName.SampleCmpLevelZero(samplerName, (coord3).xyz, (coord3).w)
As in #define coord4 is used, but SampleCmpLevelZero uses coord3.
This is true to SAMPLE_TEXTURECUBE_SHADOW in all .hlsl files.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment