Changeset 27410 in vbox for trunk/src/VBox
- Timestamp:
- Mar 16, 2010 3:08:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_pixel.c
r27396 r27410 137 137 # endif 138 138 #endif 139 /*@todo ARB_texture_float*/ 140 && internalformat!=GL_RGBA32F_ARB 141 && internalformat!=GL_RGB32F_ARB 142 && internalformat!=GL_ALPHA32F_ARB 143 && internalformat!=GL_INTENSITY32F_ARB 144 && internalformat!=GL_LUMINANCE32F_ARB 145 && internalformat!=GL_LUMINANCE_ALPHA32F_ARB 146 && internalformat!=GL_RGBA16F_ARB 147 && internalformat!=GL_RGB16F_ARB 148 && internalformat!=GL_ALPHA16F_ARB 149 && internalformat!=GL_INTENSITY16F_ARB 150 && internalformat!=GL_LUMINANCE16F_ARB 151 && internalformat!=GL_LUMINANCE_ALPHA16F_ARB 139 152 ) 140 153 {
Note:
See TracChangeset
for help on using the changeset viewer.