mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-25 11:30:29 +01:00
mesa: added GLcontext::Meta field for meta rendering state
This commit is contained in:
parent
b4c9569715
commit
e9d9dab0cd
1 changed files with 3 additions and 0 deletions
|
|
@ -83,6 +83,7 @@
|
|||
/*@{*/
|
||||
struct _mesa_HashTable;
|
||||
struct gl_attrib_node;
|
||||
struct gl_meta_state;
|
||||
struct gl_pixelstore_attrib;
|
||||
struct gl_program_cache;
|
||||
struct gl_texture_format;
|
||||
|
|
@ -2982,6 +2983,8 @@ struct __GLcontextRec
|
|||
struct gl_buffer_object *CopyWriteBuffer; /**< GL_ARB_copy_buffer */
|
||||
/*@}*/
|
||||
|
||||
struct gl_meta_state *Meta; /**< for "meta" operations */
|
||||
|
||||
#if FEATURE_EXT_framebuffer_object
|
||||
struct gl_renderbuffer *CurrentRenderbuffer;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue