2
0
mirror of synced 2025-02-21 14:08:14 +00:00

gl: fix documentation URL

Change-Id: I73a6d37ecc1827fa65c94cd6d743874785f7e93a
Reviewed-on: https://go-review.googlesource.com/1374
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
David Crawshaw 2014-12-11 13:26:05 -05:00
parent 6cf9d880ce
commit 4ab8f01b53

View File

@ -9,7 +9,7 @@ The bindings are deliberately minimal, staying as close the C API as
possible. The semantics of each function maps onto functions
described in the Khronos documentation:
http://www.khronos.org/opengles/sdk/docs/man3/html/
https://www.khronos.org/opengles/sdk/docs/man/
One notable departure from the C API is the introduction of types
to represent common uses of GLint: Texture, Surface, Buffer, etc.