From 9082176cda9fc379695c8edf19860659314364e9 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 3 Jan 2006 03:59:50 +0000 Subject: [PATCH] note case-sensitivity of gl.ss names svn: r1747 --- collects/sgl/doc.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collects/sgl/doc.txt b/collects/sgl/doc.txt index 03b0f74fcd..cabf5e4c66 100644 --- a/collects/sgl/doc.txt +++ b/collects/sgl/doc.txt @@ -49,6 +49,10 @@ If one of the provided functions is not present on your system (e.g. if your system supports GL 1.3), the function will raise a run-time exception when invoked. +The names exported from "gl.ss" are case-sensitive (e.g. `glBegin' +instead of `glbegin'), so accessing the bindings from case-insensitive +code is difficult. + Types: The functions provided by gl.ss perform comparable checking to their C-language counterparts; they check the types of their arguments, but do not