You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! We are trying to integrate FSR3 to the project using sources from sdk/ folder.
We are running on Windows/Linux using Vulkan.
When compiling on Windows we receive error C2440: cannot convert from 'const wchar_t [2]' to 'wchar_t *const ' / Conversion from string literal loses const qualifier
in that place:
Hi! We are trying to integrate FSR3 to the project using sources from sdk/ folder.
We are running on Windows/Linux using Vulkan.
When compiling on Windows we receive error
C2440: cannot convert from 'const wchar_t [2]' to 'wchar_t *const ' / Conversion from string literal loses const qualifier
in that place:
changing this locally to:
fixes the issue
The text was updated successfully, but these errors were encountered: