VirtualBox

Ignore:
Timestamp:
Oct 12, 2009 1:46:26 PM (15 years ago)
Author:
vboxsync
Message:

crOpenGL: most changes to extend FBO support to ARB version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/include/state/cr_framebuffer.h

    r23094 r23694  
    5151    /*@todo: we don't support drawbufferS yet, so it's a stub*/
    5252    GLenum                  drawbuffer[1];
     53#ifdef IN_GUEST
     54    GLenum                  status;
     55#endif
    5356} CRFramebufferObject;
    5457
     
    6164
    6265typedef struct {
    63     CRFramebufferObject     *framebuffer;
     66    CRFramebufferObject     *readFB, *drawFB;
    6467    CRRenderbufferObject    *renderbuffer;
    6568    CRHashTable             *framebuffers;
     
    8992DECLEXPORT(void) STATE_APIENTRY crStateGenerateMipmapEXT(GLenum target);
    9093
     94#ifdef IN_GUEST
     95DECLEXPORT(GLenum) STATE_APIENTRY crStateCheckFramebufferStatusEXT(GLenum target);
     96DECLEXPORT(GLenum) STATE_APIENTRY crStateSetFramebufferStatus(GLenum target, GLenum status);
     97#endif
     98
    9199#ifdef __cplusplus
    92100}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette