From: Brian Paul Date: Sat, 14 Dec 2013 00:02:43 +0000 (-0700) Subject: mesa: document _mesa_texstore() return value X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7d913903597779b896d70358a45be9d12bd0a0df;p=mesa.git mesa: document _mesa_texstore() return value --- 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)