mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 22:00:13 +01:00
ilo: enable multiple constant buffers
This effectively enables uniform buffer object support.
This commit is contained in:
parent
3a5dd39b1d
commit
5285c4c88e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
* \see brw_context.h
|
||||
*/
|
||||
#define ILO_MAX_DRAW_BUFFERS 8
|
||||
#define ILO_MAX_CONST_BUFFERS 1
|
||||
#define ILO_MAX_CONST_BUFFERS (1 + 12)
|
||||
#define ILO_MAX_SAMPLER_VIEWS 16
|
||||
#define ILO_MAX_SAMPLERS 16
|
||||
#define ILO_MAX_SO_BINDINGS 64
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue