Advertisement

Vertex Buffers in OGL

Started by October 15, 2002 06:37 AM
1 comment, last by littleboy55 22 years, 4 months ago
I was wondering if there was any way to simulate a DirectX vertex buffer with openGL because it seems like an increadibly efficient way to render tnx
i think display lists compile into video memory, same difference.

********


A Problem Worthy of Attack
Proves It''s Worth by Fighting Back
spraff.net: don't laugh, I'm still just starting...
Advertisement
display lists/compiled vertex arrays are similar to static vertex buffers, and vertex array range/vertex array object extensions are similar to dynamic vertex buffers.

This topic is closed to new replies.

Advertisement