- Timestamp:
- Feb 10, 2009 3:55:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/pixel.c
r16638 r16642 1456 1456 { 1457 1457 /* need to do format and/or type conversion */ 1458 crDebug("Converting texture format");1459 1458 char *swapRow = NULL; 1460 1459 GLfloat *tmpRow = crAlloc( 4 * width * sizeof(GLfloat) ); 1460 1461 crDebug("Converting texture format"); 1462 1461 1463 if (!tmpRow) 1462 1464 crError("Out of memory in crPixelCopy2D");
Note:
See TracChangeset
for help on using the changeset viewer.