Prof-Butts / xwa_ddraw_d3d11

Direct3D 11 implementation of DDraw.dll for XWA with VR support and New Shaders
MIT License
6 stars 4 forks source link

Speed Effect v2.0 #104

Closed Prof-Butts closed 2 months ago

Prof-Butts commented 2 months ago

m0rgg realized this effect could be optimized by rendering everything to the offscreenBuffer directly. We saved some shaders, CopyResource calls and draw calls. Excellent idea!