OpenGL ext. for memory allocation

Started by
3 comments, last by Pirateman 22 years, 4 months ago
What is the extension that allows you to allocate video memory for use with vertex buffers and such? I know it exists, but I have forgotten what it''s name was and I can''t find it. Thanks!
-Evan
Advertisement
NV_VERTEX_ARRAY_RANGE
wglAllocateMemoryNV
wglFreeMemoryNV
just to confirm ...

wglAllocateMemoryNV
wglFreeMemoryNV
quote:Original post by Shag
just to confirm ...

wglAllocateMemoryNV
wglFreeMemoryNV


These are *functions* provided the NV_VERTEX_ARRAY_RANGE *extension*.

This topic is closed to new replies.

Advertisement