mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
replace Proxy1D/2D/etc fields with ProxyTex[] array
This commit is contained in:
parent
fe46900703
commit
09867b53a9
1 changed files with 1 additions and 10 deletions
|
|
@ -1576,17 +1576,8 @@ struct gl_texture_attrib
|
|||
|
||||
struct gl_texture_unit Unit[MAX_TEXTURE_UNITS];
|
||||
|
||||
#if 0
|
||||
struct gl_texture_object *Proxy1D;
|
||||
struct gl_texture_object *Proxy2D;
|
||||
struct gl_texture_object *Proxy3D;
|
||||
struct gl_texture_object *ProxyCubeMap;
|
||||
struct gl_texture_object *ProxyRect;
|
||||
struct gl_texture_object *Proxy1DArray;
|
||||
struct gl_texture_object *Proxy2DArray;
|
||||
#else
|
||||
/** Proxy texture objects */
|
||||
struct gl_texture_object *ProxyTex[NUM_TEXTURE_TARGETS];
|
||||
#endif
|
||||
|
||||
/** GL_EXT_shared_texture_palette */
|
||||
GLboolean SharedPalette;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue