• Henri Verbeet's avatar
    wined3d: Add an IWineD3DDeviceParent interface. · a966293f
    Henri Verbeet authored
    Other than being a bit nicer than passing function pointers all over the
    place, this helps dxgi/d3d10. While the swapchain itself is created in dxgi,
    its surfaces are constructed in d3d10core, which makes it impractical for dxgi
    to pass the appropriate function pointers.
    a966293f
dxgi_main.c 10.7 KB