narzoul / DDrawCompat

DirectDraw and Direct3D 1-7 compatibility, performance and visual enhancements for Windows Vista, 7, 8, 10 and 11
BSD Zero Clause License
880 stars 67 forks source link

[Suggestion] Option to Disable Direct3D Wrapping #253

Closed OpenRift412 closed 7 months ago

OpenRift412 commented 7 months ago

Just an idea for the sake of modularity, having the ability to let other wrappers handle the direct3D portion might be a good idea in terms of versatility. Don't know if this is feasible or not, but I thought I might as well make the suggestion.

narzoul commented 7 months ago

Not feasible in DDrawCompat. Besides, as the README already states, mixing with other wrappers/hooks is not supported, and this is unlikely to ever change.

Direct3D 7 and older versions are so tightly integrated with DirectDraw that I doubt any other wrappers would support this either, anyway.