mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[D3D12] Experimental incomplete custom sample positions, disabled by default
This commit is contained in:
parent
304544cc72
commit
66510b2e6f
8 changed files with 118 additions and 2 deletions
|
|
@ -223,7 +223,9 @@ solution("xenia")
|
|||
platforms({"Linux"})
|
||||
elseif os.is("windows") then
|
||||
platforms({"Windows"})
|
||||
systemversion("10.0.10240.0")
|
||||
-- Minimum version to support ID3D12GraphicsCommandList1 (for
|
||||
-- SetSamplePositions).
|
||||
systemversion("10.0.15063.0")
|
||||
end
|
||||
configurations({"Checked", "Debug", "Release"})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue