We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4d1dd7 + 5dbfccc commit 4d90277Copy full SHA for 4d90277
MiniEngine/Core/SamplerManager.h
@@ -30,7 +30,7 @@ class SamplerDesc : public D3D12_SAMPLER_DESC
30
AddressW = D3D12_TEXTURE_ADDRESS_MODE_WRAP;
31
MipLODBias = 0.0f;
32
MaxAnisotropy = 16;
33
- ComparisonFunc = D3D12_COMPARISON_FUNC_LESS_EQUAL;
+ ComparisonFunc = D3D12_COMPARISON_FUNC_ALWAYS;
34
BorderColor[0] = 1.0f;
35
BorderColor[1] = 1.0f;
36
BorderColor[2] = 1.0f;
0 commit comments