Files
SDL/include/SDL3
Ethan Lee 0fcaf47658 gpu: D3D12 only requires feature level 11_0 with Resource Binding Tier 2.
We previously thought this wasn't possible because constant buffer offsets and
partial updates were unavailable, but we were reading the wrong table - this is
only the case for D3D11...

https://learn.microsoft.com/en-us/windows/win32/direct3d11/overviews-direct3d-11-devices-downlevel-intro

... while 12 doesn't list this feature at all:

https://learn.microsoft.com/en-us/windows/win32/direct3d12/hardware-feature-levels

We double checked and Jesse Natalie confirmed that this feature is required for
D3D12 even for 11_0 drivers. (Thanks Jesse!)

Additionally, D3D12 requires that UAVs are accessible from all shader stages,
meaning Tier 2 is enough to support the number of UAVs we need. Tier 1 could be
a property to lower the requirements, but that can be done later.
2025-08-22 15:46:05 -04:00
..
2025-07-28 18:58:19 +00:00
2025-07-30 08:06:30 +00:00
2025-07-21 17:16:40 +00:00
2025-07-26 21:11:11 +00:00
2025-07-30 03:30:05 +00:00
2025-08-21 08:40:57 +03:00
2025-07-24 15:52:42 +00:00
2025-08-10 05:08:26 +00:00
2025-08-19 04:41:07 +00:00
2025-07-27 19:58:13 -07:00
2025-06-28 12:31:32 +00:00
2025-08-04 10:42:43 -07:00
2025-08-12 17:05:23 +00:00