mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's BUFFER_DEPTH.
Some st functions assume that they are identical.
This commit is contained in:
parent
d437d905e6
commit
9d17ad2891
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
#define ST_SURFACE_BACK_LEFT 1
|
||||
#define ST_SURFACE_FRONT_RIGHT 2
|
||||
#define ST_SURFACE_BACK_RIGHT 3
|
||||
#define ST_SURFACE_DEPTH 8
|
||||
#define ST_SURFACE_DEPTH 4
|
||||
|
||||
#define ST_TEXTURE_2D 0x2
|
||||
#define ST_TEXTURE_RECT 0x4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue