Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
GPU [ID: 1314525]
Operating system the issues applies to. [ID: 1314208]
Which back-ends the issue applies to. [ID: 1314209]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
The buffer size and offset calculation for the atomic counter buffer defined as an array of arrays is incorrect. The issue occurs with the following declaration:
Observed Results: GL_BUFFER_DATA_SIZE -> 8; GL_UNIFORM_OFFSET of "acArrayArray[1][0]" -> 0;
Expected Results: GL_BUFFER_DATA_SIZE -> 16; GL_UNIFORM_OFFSET of "acArrayArray[1][0]" -> 8;