diff options
author | Brian Paul <[email protected]> | 2013-12-13 17:02:43 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-12-13 17:02:43 -0700 |
commit | 7d913903597779b896d70358a45be9d12bd0a0df (patch) | |
tree | 8466b042c32c5bc64b335a11620b48444f3a1ef8 /src/mesa | |
parent | 19fa540219fa2df3a4acdc395ca707afae8602f2 (diff) |
mesa: document _mesa_texstore() return value
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/texstore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index 76d8d9ba3f3..5adbd5dc92a 100644 --- a/src/mesa/main/texstore.c +++ b/src/mesa/main/texstore.c @@ -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) |