mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
gallium: Add CAPs for constant buffers.
This commit is contained in:
parent
7c5f255201
commit
25123e0c88
1 changed files with 2 additions and 0 deletions
|
|
@ -405,6 +405,8 @@ enum pipe_transfer_usage {
|
|||
#define PIPE_CAP_MAX_PREDICATE_REGISTERS 30
|
||||
#define PIPE_CAP_MAX_COMBINED_SAMPLERS 31 /*< Maximum texture image units accessible from vertex
|
||||
and fragment shaders combined */
|
||||
#define PIPE_CAP_MAX_CONST_BUFFERS 32
|
||||
#define PIPE_CAP_MAX_CONST_BUFFER_SIZE 33 /*< In bytes */
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue