Changeset 12918 in vbox for trunk/src/VBox/Frontends/VBoxSDL
- Timestamp:
- Oct 2, 2008 9:50:31 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37329
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp
r11419 r12918 341 341 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP); 342 342 343 for (guTextureWidth = 32; guTextureWidth < newWidth; guTextureWidth <<= 1); 344 for (guTextureHeight = 32; guTextureHeight < newHeight; guTextureHeight <<= 1); 343 for (guTextureWidth = 32; guTextureWidth < newWidth; guTextureWidth <<= 1) 344 ; 345 for (guTextureHeight = 32; guTextureHeight < newHeight; guTextureHeight <<= 1) 346 ; 345 347 RTPrintf(", tex %ldx%ld\n", guTextureWidth, guTextureHeight); 346 348
Note:
See TracChangeset
for help on using the changeset viewer.