VirtualBox

Ignore:
Timestamp:
Jul 10, 2013 11:39:19 AM (11 years ago)
Author:
vboxsync
Message:

wddm: fix 3D disabled case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.cpp

    r47063 r47070  
    971971    if (!pDevExt->u32CrConDefaultClientID)
    972972    {
     973        if (!pDevExt->f3DEnabled)
     974        {
     975            WARN(("3D disabled, should not be here!"));
     976            return STATUS_UNSUCCESSFUL;
     977        }
     978
    973979        int rc = VBoxMpCrCtlConConnect(&pDevExt->CrCtlCon, CR_PROTOCOL_VERSION_MAJOR, CR_PROTOCOL_VERSION_MINOR, &pDevExt->u32CrConDefaultClientID);
    974980        if (!RT_SUCCESS(rc))
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