doodlum / skyrim-community-shaders

SKSE core plugin for community-driven advanced graphics modifications for AE, SE and VR. Also fixes bugs and improves performance.
GNU General Public License v3.0
148 stars 44 forks source link

feat: DLSSG frame generation #504

Closed doodlum closed 1 month ago

doodlum commented 1 month ago

Implements Streamline which includes a d3d11 to d3d12 swapchain proxy Frame generation only works on 40 series cards, on older cards Streamline will not load the DLSSG plugin and will shut itself down and not proxy the swapchain Skyrim Upscaler will be updated to be compatible Variable rate shading has been completely removed The NVAPI submodule has been removed since it's not needed and included in Streamline Hooking is moved around a bit to support hooking d3d earlier than most other plugins Streamline currently does nothing on VR and nothing is hooked

alandtse commented 1 month ago

This is gated by #513.