VirtualBox

Changeset 25453 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 17, 2009 11:27:18 AM (15 years ago)
Author:
vboxsync
Message:

2d: more FBO support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGL2D.h

    r25423 r25453  
    271271    bool isTextureNP2Supported() const { return mTextureNP2Supported; }
    272272    bool isPBOSupported() const { return mPBOSupported; }
     273    /* some ATI drivers do not seem to support non-zero offsets when dealing with PBOs
     274     * @todo: add a check for that, always unsupported currently */
     275    bool isPBOOffsetSupported() const { return false; }
    273276    bool isFBOSupported() const { return mFBOSupported; }
    274277    /* 1 would mean it is not supported */
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