Changeset 63562 in vbox for trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp
- Timestamp:
- Aug 16, 2016 2:04:03 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110217
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp
r63478 r63562 1563 1563 break; 1564 1564 case SVGA3D_Z_D15S1: /* D3DFMT_D15S1 - WINED3DFMT_S1_UINT_D15_UNORM */ 1565 pSurface->internalFormatGL = GL_DEPTH_COMPONENT16; /* @todo ??? */1565 pSurface->internalFormatGL = GL_DEPTH_COMPONENT16; /** @todo ??? */ 1566 1566 pSurface->formatGL = GL_DEPTH_STENCIL; 1567 1567 pSurface->typeGL = GL_UNSIGNED_SHORT;
Note:
See TracChangeset
for help on using the changeset viewer.