mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 01:10:25 +01:00
mesa: update gl_texture_image comments
This commit is contained in:
parent
5ac96033c5
commit
8c3b5cf943
1 changed files with 2 additions and 2 deletions
|
|
@ -1231,8 +1231,8 @@ typedef enum
|
|||
|
||||
|
||||
/**
|
||||
* Texture image state. Describes the dimensions of a texture image,
|
||||
* the texel format and pointers to Texel Fetch functions.
|
||||
* Texture image state. Drivers will typically create a subclass of this
|
||||
* with extra fields for memory buffers, etc.
|
||||
*/
|
||||
struct gl_texture_image
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue