mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
gl: Disallow overlapping binding points
This commit is contained in:
parent
88faac7bbc
commit
6c315e8aee
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
#define GL_TEMP_IMAGE_SLOT 31
|
||||
|
||||
#define UBO_SLOT(x) (x)
|
||||
#define SSBO_SLOT(x) (x)
|
||||
#define SSBO_SLOT(x) (x + 8)
|
||||
|
||||
#define GL_VERTEX_PARAMS_BIND_SLOT UBO_SLOT(0)
|
||||
#define GL_VERTEX_LAYOUT_BIND_SLOT UBO_SLOT(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue