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: season

Search: Search took 0.01 seconds.

  1. Is there an API can get front buffer's pxiels format?

    Hi,all:
    I'm a beginner.
    I want to get front buffer's pxiels format and type,what's API should I choose?
    thanks
  2. ok,got it!

    ok,got it!
  3. How to use texture format of GL_RGB10_A2UI?

    Hi,all:
    I want to write a demo, it's texture format is RGB10_A2UI.


    typedef struct __TEXTURE_{
    GLubyte R;
    GLubyte G;
    GLubyte B;
    GLubyte A;...
  4. ok,I got it!thanks

    ok,I got it!thanks
  5. thank you very much,V-man...

    thank you very much,V-man,
    I use the GL_RGBA_INTEGER instead of GL_RGBA , glGetError() reports 'no error',it seems to be ok now.
    I read the OpenGL redbook,it says format can be 'GL_RGBA or...
  6. hi,thokra my hardware is nvidia 8400M,my OS...

    hi,thokra
    my hardware is nvidia 8400M,my OS is Ubuntu 11.10.
    I use the glxinfo command print the information as follows:
    season@ubuntu:~$ glxinfo | grepGL_ARB_texture_rgb10_a2ui ...
  7. How to use GL_RGB10_A2UI in OpenGL3.3 or later?

    Dear all:
    I want to use the glTexImage2D() function with GL_RGB10_A2UI internalformat, but it reports this is an invalid operation and shows a wihte texture on target.
    step 1:
    Just...
  8. why ARB remove display list in in OpenGL Version 3.1?

    In OpenGL Version 3.1, display list was removed through deprecation.
    I'm a beginner,who can give me reasons?
    thanks
Results 1 to 8 of 9