Reproduction steps:
1. Create a new URP 3D project
2. Observe the Console window
Expected results: No errors or warnings are thrown
Actual results: “Shader warning in 'TraceRenderingLayerMask': Buffer count exceeding default GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS. Shader might not work on all hw. Consider combining separate buffers into one containing struct elements. at kernel MainRayGenShader (on glcore)“ warning is thrown
Reproduced with: 2023.3.0a19 6000.0.11f1
Not reproduced with: 2021.3.40f1, 2022.3.38f1, 2023.3.0a18
Reproduced on: Ubuntu 22.04, Ubuntu 24.04
Not reproduced on: Windows