mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
dri: add fake front definitions
This commit is contained in:
parent
41b99b0070
commit
d3866f026a
1 changed files with 2 additions and 0 deletions
|
|
@ -624,6 +624,8 @@ struct __DRIswrastExtensionRec {
|
|||
#define __DRI_BUFFER_DEPTH 4
|
||||
#define __DRI_BUFFER_STENCIL 5
|
||||
#define __DRI_BUFFER_ACCUM 6
|
||||
#define __DRI_BUFFER_FAKE_FRONT_LEFT 7
|
||||
#define __DRI_BUFFER_FAKE_FRONT_RIGHT 8
|
||||
|
||||
struct __DRIbufferRec {
|
||||
unsigned int attachment;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue