Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2019.2.X
Votes
0
Found in
2018.1.6f1
Issue ID
1057118
Regression
No
[Shaders][OpenGL][StructuredBuffer] position_buffer binding points are reset for each pipeline stage
To reproduce:
1. Open project
2. Compile the two shaders 'broken' and 'working'
3. Compare compiled GLSL code(take a look at place where:
layout(std430, binding = 0) readonly buffer index_buffer {
index_buffer_type index_buffer_buf[]; )
Expected: binding will be set to 1
Actual: binding is reset to 0
Reproduced: 2017.1.4p2, 2017.2.3p2, 2017.3.2f1, 2017.4.6f1, 2018.1.8f1, 2018.2.0f2, 2018.3.0a4
Note: works properly on DirectX
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tilemap.SetTile() does not change the tiles when called from Update() in the Player
- Custom Shader Material is pink when the project is built for the WebGL platform
- New 3D URP Sample Scenes Project is created with an invalid dependency on com.unity.render-pipelines.universal-config when creating the Sample Project for the first time
- Canvas Scaler causes abnormal scaling of Canvas elements in Play Mode when UI Scale Mode is set to "Constant Physical Size" and any Editor window is moved to a differently scaled monitor and is interacted with
- Touch.rawPosition always returns (0,0) when clicking or dragging anywhere on the screen in the Play Mode
Add comment