mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 07:10:15 +01:00
added pixel_transfer_program field
This commit is contained in:
parent
088e80f6db
commit
0be546fa53
1 changed files with 2 additions and 0 deletions
|
|
@ -132,6 +132,8 @@ struct st_context
|
|||
struct st_vertex_program *vp; /**< Currently bound vertex program */
|
||||
struct st_fragment_program *fp; /**< Currently bound fragment program */
|
||||
|
||||
struct gl_fragment_program *pixel_transfer_program;
|
||||
|
||||
/**
|
||||
* Buffer object which stores the ctx->Current.Attrib[] values.
|
||||
* Used for vertex array drawing when we we need an attribute for
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue