summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-02-13 23:47:22 -0800
committerIan Romanick <ian.d.romanick@intel.com>2010-02-13 23:47:22 -0800
commit4621ae4c3164415cb79ed93cb9e0c9dbba769c46 (patch)
treee94ffc6f447a4fcf183998d110d005c5bba8c3cd
parent2e7b75121f4fba4bf0b0d1e74d1ee12d66237602 (diff)
Add see-also links for gluLoadTextFile and gluUnloadTextFile
-rw-r--r--include/glu3.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/glu3.h b/include/glu3.h
index 196d4a2..e21a218 100644
--- a/include/glu3.h
+++ b/include/glu3.h
@@ -727,11 +727,15 @@ extern const GLUmat4 gluIdentityMatrix;
* constant. On some systems this function may be implemented by creating a
* read-only mapping of the file. Writes to such data will result in program
* termination.
+ *
+ * \sa gluUnloadTextFile
*/
extern const GLchar *gluLoadTextFile(const char *file_name);
/**
* Release data previously loaded with gluLoadTextFile.
+ *
+ * \sa gluLoadTextFile
*/
extern void gluUnloadTextFile(const GLchar *text);