mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 03:50:13 +01: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 */
|
||||
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