mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-07-09 00:42:13 +00:00
Fixed logged method names
This commit is contained in:
@@ -109,12 +109,11 @@ bool XeSSFeature_Vk::Init(VkInstance InInstance, VkPhysicalDevice InPD, VkDevice
|
||||
|
||||
{
|
||||
ScopedSkipSpoofing skipSpoofing {};
|
||||
|
||||
auto ret = XeSSProxy::VKCreateContext()(InInstance, InPD, InDevice, &_xessContext);
|
||||
|
||||
if (ret != XESS_RESULT_SUCCESS)
|
||||
{
|
||||
LOG_ERROR("xessD3D12CreateContext error: {0}", ResultToString(ret));
|
||||
LOG_ERROR("VKCreateContext error: {0}", ResultToString(ret));
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -262,7 +261,7 @@ bool XeSSFeature_Vk::Init(VkInstance InInstance, VkPhysicalDevice InPD, VkDevice
|
||||
|
||||
if (ret != XESS_RESULT_SUCCESS)
|
||||
{
|
||||
LOG_ERROR("xessD3D12Init error: {0}", ResultToString(ret));
|
||||
LOG_ERROR("VKInit error: {0}", ResultToString(ret));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user