[D3D12] Non-zeroed heaps on 2004
This commit is contained in:
@@ -202,10 +202,10 @@ solution("xenia")
|
||||
platforms({"Linux"})
|
||||
elseif os.istarget("windows") then
|
||||
platforms({"Windows"})
|
||||
-- Minimum version to support ID3D12GraphicsCommandList1 (for
|
||||
-- SetSamplePositions).
|
||||
-- 10.0.15063.0: ID3D12GraphicsCommandList1::SetSamplePositions.
|
||||
-- 10.0.19041.0: D3D12_HEAP_FLAG_CREATE_NOT_ZEROED.
|
||||
filter("action:vs2017")
|
||||
systemversion("10.0.15063.0")
|
||||
systemversion("10.0.19041.0")
|
||||
filter("action:vs2019")
|
||||
systemversion("10.0")
|
||||
filter({})
|
||||
|
||||
Reference in New Issue
Block a user