hi..
int w=500, h=500;
int count=0, flip=0;
void myReshape(int w, int h)
{
glViewport(0, 0, w, h);
glMatrixMode(GL_PROJECTION);
Type: Posts; User: pchopra
hi..
int w=500, h=500;
int count=0, flip=0;
void myReshape(int w, int h)
{
glViewport(0, 0, w, h);
glMatrixMode(GL_PROJECTION);
Ya my Getdata function is like this only as of now. I am not using any GL function in the GetData function.
I tried this code with single thread of PlotTringle only (without GetData). But still its...
Hii...GuentherKrass,
thanks for reply..
My problem is not multi thread rendering. i want to do complete rendering by one single thread. i had put all my GL code in a single thread only(see the...
Hi friends..
i am new to opengl. i am having problem in using the opengl application in a multi thread programme.
here is sample of my programme:
void * PlotTringle(void *threadid)
{
long tid;...
Hi friends..
i am new to opengl. i am having problem in using the opengl application in a multi thread programme.
here is sample of my programme:
void * PlotTringle(void *threadid)
{
long...