VirtualBox

Ignore:
Timestamp:
Jun 21, 2010 5:03:55 PM (15 years ago)
Author:
vboxsync
Message:

wddm/3d: create render target resource & issue present request for getting d3d render visible regions, size and position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp

    r30317 r30346  
    15421542                                    Status = STATUS_UNSUCCESSFUL;
    15431543                            }
     1544                            else
    15441545#endif
     1546                            if (pAllocInfo->fFlags.RenderTarget)
     1547                            {
     1548                                pAllocationInfo->Flags.CpuVisible = 1;
     1549                                Assert(pAllocation->SurfDesc.bpp);
     1550                                Assert(pAllocation->SurfDesc.pitch);
     1551                                Assert(pAllocation->SurfDesc.cbSize);
     1552                            }
    15451553                        }
    15461554//                        else
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