Improved motion blur at higher framerates, reorganized some patch code

This commit is contained in:
Mr-Wiseguy
2024-03-03 02:36:14 -05:00
parent 569d86d901
commit f6e11ed723
17 changed files with 222 additions and 88 deletions
+4
View File
@@ -265,3 +265,7 @@ void RT64EnableInstantPresent(RT64::Application* application) {
RT64::UserConfiguration::Antialiasing RT64MaxMSAA() {
return device_max_msaa;
}
uint32_t RT64GetDisplayFramerate(RT64::Application* application) {
return application->presentQueue->ext.sharedResources->swapChainRate;
}