Changeset 25453 in vbox for trunk/include/VBox
- Timestamp:
- Dec 17, 2009 11:27:18 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGL2D.h
r25423 r25453 271 271 bool isTextureNP2Supported() const { return mTextureNP2Supported; } 272 272 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; } 273 276 bool isFBOSupported() const { return mFBOSupported; } 274 277 /* 1 would mean it is not supported */
Note:
See TracChangeset
for help on using the changeset viewer.