Vertex Programs and display lists

Do vertex programs work with dispaly lists, or would you have to compile the program into the display list?

Thanks!

The state model for vertex programs seems to be the same as that for texture objects. Thus, it should work (just like textures work) in display lists.

But the only way to be really sure is to try it yourself :slight_smile:

trying now…

thanks for the help!

You don’t need to “compile” it in the display list, only bind it…similar to how you would treat textures.

– Zeno