Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: glReadPixels and glDrawPixels

  1. #1
    Intern Newbie
    Join Date
    Aug 2001
    Location
    Bangalore,India
    Posts
    49

    glReadPixels and glDrawPixels

    Hello Friends,
    Let a situation when an opengl object drawn in window .Now by the use of glReadPixels and glDrawPixel we can again redraw the same object in same window but some other place.

    With Thanks

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Apr 2000
    Location
    Adelaide, South Australia, Australia
    Posts
    839

    Re: glReadPixels and glDrawPixels

    hey, you're not going to believe this. no, really, you're not. but someone posted almost exactly the same statement in the advanced forum! what are the odds!

    yes, glReadPixels and glDrawPixels will copy pixel data to different parts of the frame buffer

    cheers,
    John

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •