mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 12:00:12 +01:00
mesa: add PROGRAM_MEMORY
This will be used for shared, global and local memory areas. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
a9eb1327be
commit
ffd9c7fd74
1 changed files with 1 additions and 0 deletions
|
|
@ -1872,6 +1872,7 @@ typedef enum
|
|||
PROGRAM_UNDEFINED, /**< Invalid/TBD value */
|
||||
PROGRAM_IMMEDIATE, /**< Immediate value, used by TGSI */
|
||||
PROGRAM_BUFFER, /**< for shader buffers, compile-time only */
|
||||
PROGRAM_MEMORY, /**< for shared, global and local memory */
|
||||
PROGRAM_FILE_MAX
|
||||
} gl_register_file;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue