Reproduction steps:
1. Open the attached project "ReproProj" using a GPU that uses feature level 11.0
2. Open the “/Assets/Scenes/512_default.unity” Scene
3. Enter the Play Mode
Expected result: All compute shaders do the computation
Actual result: The compute shaders for sampling the color of a texture do not compute, and there are no Errors or exceptions
Reproducible with: 2022.3.13f1 (User reported)
Notes:
- Reproducible on NVIDIA GeForce GT 710 (ID=0x128b)
- SystemInfo.supportsComputeShaders() it is showing True
- CQA did not reproduce