Changeset 23435 in vbox for trunk/src/VBox/GuestHost/OpenGL/util
- Timestamp:
- Sep 30, 2009 11:43:28 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53024
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/pixel.c
r23434 r23435 1270 1270 else if (GL_DEPTH_COMPONENT==format && type!=GL_FLOAT) 1271 1271 { 1272 /*GL_DEPTH_COMPONENT with GL_UNSIGNED_BYTE seems is more that1 byte per pixel*/1272 /*GL_DEPTH_COMPONENT with GL_UNSIGNED_BYTE seems to be more than 1 byte per pixel*/ 1273 1273 bytes = 4 * width * height * crPixelSize( format, type ); 1274 1274 }
Note:
See TracChangeset
for help on using the changeset viewer.