mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 04:30:10 +01:00
gallium: Bump PIPE_MAX_SAMPLERS to 16.
We need it to fulfil D3D minimum requirements.
This commit is contained in:
parent
5935b16ff5
commit
4e7bcaa4c2
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ extern "C" {
|
|||
/**
|
||||
* Implementation limits
|
||||
*/
|
||||
#define PIPE_MAX_SAMPLERS 8
|
||||
#define PIPE_MAX_SAMPLERS 16
|
||||
#define PIPE_MAX_CLIP_PLANES 6
|
||||
#define PIPE_MAX_CONSTANT 32
|
||||
#define PIPE_MAX_ATTRIBS 32
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue