Using opengl, i'm rendering a huge number of points which have the attributes of X,Y,Z and express a mathematical surface. These attributes are calculated by a special mathematical function like...
Type: Posts; User: edison
Using opengl, i'm rendering a huge number of points which have the attributes of X,Y,Z and express a mathematical surface. These attributes are calculated by a special mathematical function like...
the platform is Visual Studio 6.0;
i have read the document 'glew.h' and find the relevant information that maybe help when you think about this problem:
#define glBeginQuery...
i have installed the latest GLEW correctly, whose version is glew-1.7.0-win32. However, it still doesn't work that comes new errors:
"error LNK2001: unresolved external symbol...
i have been trying to conduct a occlusion query with
function 'glBeginQuery(GL_SAMPLES_PASSED,queryid);'. however,
there is a error that says 'glBeginQuery : undeclared
identifier ' and...