Update out of date log message

This commit is contained in:
baldurk
2024-06-26 17:07:09 +01:00
parent 928048b786
commit 1de0d75627
+1 -1
View File
@@ -2328,7 +2328,7 @@ HRESULT WrappedID3D12Device::CheckFeatureSupport(D3D12_FEATURE Feature, void *pF
opts->SamplerFeedbackTier = D3D12_SAMPLER_FEEDBACK_TIER_NOT_SUPPORTED;
if(dolog)
RDCLOG("Forcing no mesh shading or sampler feedback tier support");
RDCLOG("Forcing no sampler feedback tier support");
return S_OK;
}