mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-19 15:21:02 +01:00
Added render index field to the context
This commit is contained in:
parent
576b3433da
commit
4c850f346b
1 changed files with 2 additions and 1 deletions
|
|
@ -127,7 +127,8 @@ typedef struct nouveau_context {
|
|||
|
||||
GLmatrix viewport;
|
||||
GLfloat depth_scale;
|
||||
|
||||
GLfloat depth_scale;
|
||||
GLuint render_index;
|
||||
}nouveauContextRec, *nouveauContextPtr;
|
||||
|
||||
#define NOUVEAU_CONTEXT(ctx) ((nouveauContextPtr)(ctx->DriverCtx))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue