mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-05 22:55:04 -06:00
gl: Disallow overlapping binding points
This commit is contained in:
parent
88faac7bbc
commit
6c315e8aee
@ -9,7 +9,7 @@
|
|||||||
#define GL_TEMP_IMAGE_SLOT 31
|
#define GL_TEMP_IMAGE_SLOT 31
|
||||||
|
|
||||||
#define UBO_SLOT(x) (x)
|
#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_PARAMS_BIND_SLOT UBO_SLOT(0)
|
||||||
#define GL_VERTEX_LAYOUT_BIND_SLOT UBO_SLOT(1)
|
#define GL_VERTEX_LAYOUT_BIND_SLOT UBO_SLOT(1)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user