note case-sensitivity of gl.ss names

svn: r1747
This commit is contained in:
Matthew Flatt 2006-01-03 03:59:50 +00:00
parent 5cfb159cae
commit 9082176cda

View File

@ -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