mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-15 07:29:17 +01:00
[d3d11] Fixed depth function
This commit is contained in:
parent
24feb7822d
commit
180667ba65
@ -18,7 +18,7 @@ namespace dxvk {
|
|||||||
m_state.depthBoundsMax = 1.0f;
|
m_state.depthBoundsMax = 1.0f;
|
||||||
|
|
||||||
if (desc.DepthEnable)
|
if (desc.DepthEnable)
|
||||||
DecodeCompareOp(desc.DepthFunc);
|
m_state.depthCompareOp = DecodeCompareOp(desc.DepthFunc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
d3d11_src = [
|
d3d11_src = [
|
||||||
'd3d11_blend.cpp',
|
'd3d11_blend.cpp',
|
||||||
'd3d11_buffer.cpp',
|
'd3d11_buffer.cpp',
|
||||||
|
'd3d11_class_linkage.cpp',
|
||||||
'd3d11_context.cpp',
|
'd3d11_context.cpp',
|
||||||
'd3d11_depth_stencil.cpp',
|
'd3d11_depth_stencil.cpp',
|
||||||
'd3d11_device.cpp',
|
'd3d11_device.cpp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user