Changeset 45800 in vbox for trunk/src/VBox
- Timestamp:
- Apr 29, 2013 6:15:10 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_diff.c
r45638 r45800 308 308 { 309 309 CRFBDataElement *el = &data->aElements[i]; 310 #if 0 310 311 char fname[200]; 311 312 sprintf(fname, "./img_apply_%p_%d_%d.tga", to, i, el->enmFormat); 312 313 crDumpNamedTGA(fname, el->width, el->height, el->pvData); 314 #endif 313 315 314 316 if (el->enmFormat == GL_DEPTH_COMPONENT || el->enmFormat == GL_DEPTH_STENCIL)
Note:
See TracChangeset
for help on using the changeset viewer.