mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 16:20:13 +01:00
mesa: document _mesa_texstore() return value
This commit is contained in:
parent
19fa540219
commit
7d91390359
1 changed files with 1 additions and 0 deletions
|
|
@ -3864,6 +3864,7 @@ _mesa_texstore_memcpy(TEXSTORE_PARAMS)
|
|||
/**
|
||||
* Store user data into texture memory.
|
||||
* Called via glTex[Sub]Image1/2/3D()
|
||||
* \return GL_TRUE for success, GL_FALSE for failure (out of memory).
|
||||
*/
|
||||
GLboolean
|
||||
_mesa_texstore(TEXSTORE_PARAMS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue