gallium: Bump PIPE_MAX_SAMPLERS to 16.
We need it to fulfil D3D minimum requirements.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user