mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
mesa: simplify comment in texstorage.c
Trivial.
This commit is contained in:
parent
8b3e383820
commit
e286b63c8f
1 changed files with 2 additions and 3 deletions
|
|
@ -151,9 +151,8 @@ initialize_texture_fields(struct gl_context *ctx,
|
|||
|
||||
|
||||
/**
|
||||
* Clear all fields of texture object to zeros. Used for proxy texture tests.
|
||||
* Used for proxy texture tests (and to clean up when a texture memory
|
||||
* allocation fails).
|
||||
* Clear all fields of texture object to zeros. Used for proxy texture tests
|
||||
* and to clean up when a texture memory allocation fails.
|
||||
*/
|
||||
static void
|
||||
clear_texture_fields(struct gl_context *ctx,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue