Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: hacer

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    484

    Re: PBuffers and GL_ARB_occlusion_query

    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...
  2. Replies
    6
    Views
    484

    Re: PBuffers and GL_ARB_occlusion_query

    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...
  3. Replies
    6
    Views
    484

    PBuffers and GL_ARB_occlusion_query

    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...
Results 1 to 3 of 3