diff options
author | Kenneth Russel <[email protected]> | 2001-12-12 08:06:46 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2001-12-12 08:06:46 +0000 |
commit | 44047a8fd634a9c937139c7ad56ea2fa19280cd8 (patch) | |
tree | c004db8c28633c4f72dcbd1a789a56032f5744af /demos | |
parent | bd6683651e11f56b19940fca06de4a888bacefa0 (diff) |
Added comment on glAllocateMemoryNV
Diffstat (limited to 'demos')
-rw-r--r-- | demos/NVidia/VertexArrayRange.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/NVidia/VertexArrayRange.java b/demos/NVidia/VertexArrayRange.java index 0da54bf..c99a639 100644 --- a/demos/NVidia/VertexArrayRange.java +++ b/demos/NVidia/VertexArrayRange.java @@ -261,6 +261,8 @@ public class VertexArrayRange { ensurePresent("glSetFenceNV"); ensurePresent("glTestFenceNV"); ensurePresent("glFinishFenceNV"); + // NOTE: this one routine is a special case -- accessed in C via + // wglAllocateMemoryNV or glXAllocateMemoryNV ensurePresent("glAllocateMemoryNV"); gl.glClearColor(0, 0, 0, 0); |