hi.the occlusion query in a PBuffer context finally worked.what i did wrong was trying to render a polygon directly to PBuffer which is defined to be a float buffer. it is said in the NV_float_buffer...
Type: Posts; User: hacer
hi.the occlusion query in a PBuffer context finally worked.what i did wrong was trying to render a polygon directly to PBuffer which is defined to be a float buffer. it is said in the NV_float_buffer...
thanks for the answers.
I had already defined the query in the current PBuffer render context and waited for the occlusion result as it is mentioned in the extension specs. but it did not work. in...
hi.
I have a problem about running occlusion queries when a PBuffer render context is enabled. I could not make occlusion query give proper result, i mean the query result returns 0. (using...