Advertisement

Tessellation

Started by March 29, 2002 08:53 PM
1 comment, last by Hobbiticus 22 years, 11 months ago
Anyone know how to do this in C++? It works in C, but i like to consistantly use C++. My problem is with declaring the callbacks. It doesn''t like passing function names. Legends Development Team
Legends Development Team
Typecast

-----------------------
"When I have a problem on an Nvidia, I assume that it is my fault. With anyone else''s drivers, I assume it is their fault" - John Carmack
-----------------------"When I have a problem on an Nvidia, I assume that it is my fault. With anyone else's drivers, I assume it is their fault" - John Carmack
Advertisement
If you''re passing a member function you''ll have to make it static. Realise that this function will not belong to any particular instance of the class.


Helpful links:
How To Ask Questions The Smart Way | Google can help with your question | Search MSDN for help with standard C or Windows functions

This topic is closed to new replies.

Advertisement