mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
mesa: remove unused gl_sampler_object::_CompleteTexture field
This commit is contained in:
parent
6fc6d5a09e
commit
bc4ef33108
1 changed files with 0 additions and 3 deletions
|
|
@ -1311,9 +1311,6 @@ struct gl_sampler_object
|
||||||
|
|
||||||
/* deprecated sampler state */
|
/* deprecated sampler state */
|
||||||
GLenum DepthMode; /**< GL_ARB_depth_texture */
|
GLenum DepthMode; /**< GL_ARB_depth_texture */
|
||||||
|
|
||||||
/** Is the texture object complete with respect to this sampler? */
|
|
||||||
GLboolean _CompleteTexture;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue