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 3 of 3

Thread: FBO and attachements of different sizes

  1. #1
    Intern Contributor
    Join Date
    Sep 2003
    Location
    Montreal, Canada
    Posts
    77

    FBO and attachements of different sizes

    Is it possible to have an FBO with 2 attachement of different sizes?
    I want my color buffer to be 512x512 but the color buffer 2 to be 1/4 it's size...... possible?

  2. #2
    Senior Member OpenGL Pro
    Join Date
    Jul 2001
    Location
    France
    Posts
    1,749

    Re: FBO and attachements of different sizes

    Did you tried it ?

  3. #3
    Intern Newbie
    Join Date
    Jan 2002
    Location
    Steamboat Springs, CO, USA
    Posts
    43

    Re: FBO and attachements of different sizes

    All attachments must be of the same size. This restriction may be lifted in the future, however.

    -Brian

Posting Permissions

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