Rename ShadowSamplerPCF to ShadowSamplerLinear

This commit is contained in:
Wojtek Figat
2024-04-03 13:29:45 +02:00
parent 13a04c2941
commit 017def29d4
5 changed files with 20 additions and 55 deletions

View File

@@ -114,7 +114,7 @@ void GPUContextDX11::FrameBegin()
_device->_samplerLinearWrap,
_device->_samplerPointWrap,
_device->_samplerShadow,
_device->_samplerShadowPCF
_device->_samplerShadowLinear
};
_context->VSSetSamplers(0, ARRAY_COUNT(samplers), samplers);
_context->DSSetSamplers(0, ARRAY_COUNT(samplers), samplers);