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: Blending operations on integer framebuffer

  1. #1
    Member Regular Contributor
    Join Date
    Aug 2003
    Posts
    264

    Blending operations on integer framebuffer

    Why aren't per fragment operations supported on integer textures? Such as blending, alpha test, ect... in OpenGL 3.1? I was trying to implement a simple app that would take the minimum value between the framebuffer and the incoming fragment. Both are 32bit luminance integer formats. But its apparently not supported. Is there any reason for this? Does anybody know of another way to take the minimum of an incoming 32bit integer pixel and what's in the 32bit integer framebuffer?

  2. #2
    Super Moderator OpenGL Lord
    Join Date
    Dec 2003
    Location
    Grenoble - France
    Posts
    5,655

    Re: Blending operations on integer framebuffer

    I think it has to do with hardware limitations.

Posting Permissions

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