VirtualBox

Changeset 81757 in vbox


Ignore:
Timestamp:
Nov 10, 2019 7:31:41 PM (5 years ago)
Author:
vboxsync
Message:

Devices/Graphics: UNPACK -> PACK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp

    r81755 r81757  
    24642464     */
    24652465    pSave->iAlignment = 1;
    2466     VMSVGA3D_ASSERT_GL_CALL(glGetIntegerv(GL_UNPACK_ALIGNMENT, &pSave->iAlignment), pState, pContext);
     2466    VMSVGA3D_ASSERT_GL_CALL(glGetIntegerv(GL_PACK_ALIGNMENT, &pSave->iAlignment), pState, pContext);
    24672467    pSave->cxRow = 0;
    2468     VMSVGA3D_ASSERT_GL_CALL(glGetIntegerv(GL_UNPACK_ROW_LENGTH, &pSave->cxRow), pState, pContext);
     2468    VMSVGA3D_ASSERT_GL_CALL(glGetIntegerv(GL_PACK_ROW_LENGTH, &pSave->cxRow), pState, pContext);
    24692469
    24702470#ifdef VMSVGA3D_PARANOID_TEXTURE_PACKING
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette