Files
SDL/include/SDL3
Evan Hemsley 0e24267eb5 gpu: D3D12 only requires feature level 11_0 with Resource Binding Tier 2. (#13782)
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 14:07:58 -07:00
..
2025-01-21 13:12:25 -05:00
2025-01-28 19:01:16 +00:00
2025-01-21 13:12:25 -05:00
2025-01-21 13:12:25 -05:00
2025-01-21 13:12:25 -05:00
2025-07-28 11:59:34 -07:00
2025-01-01 07:45:52 -08:00
2025-01-01 07:45:52 -08:00
2025-01-21 13:12:25 -05:00
2025-03-01 16:26:19 +00:00
2025-01-01 07:45:52 -08:00
2025-01-21 13:12:25 -05:00
2025-01-21 13:12:25 -05:00
2025-01-24 04:47:03 +00:00
2025-01-21 13:12:25 -05:00
2025-01-21 13:12:25 -05:00
2025-05-28 15:57:23 -07:00
2025-01-21 13:12:25 -05:00
2025-01-21 13:12:25 -05:00
2025-01-21 13:12:25 -05:00
2025-01-21 13:12:25 -05:00
2025-01-21 13:12:25 -05:00
2025-01-21 13:12:25 -05:00
2025-02-13 05:39:38 +00:00
2025-01-01 07:45:52 -08:00
2025-02-25 16:39:56 +00:00
2025-01-21 13:12:25 -05:00
2025-01-21 13:12:25 -05:00
2025-01-21 13:12:25 -05:00
2025-01-21 13:12:25 -05:00
2024-08-29 17:33:52 -07:00
2025-01-01 07:45:52 -08:00
2025-01-01 07:45:52 -08:00
2025-01-01 07:45:52 -08:00
2025-05-29 11:03:54 -07:00
2025-02-04 13:57:41 -08:00
2025-01-21 13:12:25 -05:00
2025-03-31 08:53:19 -07:00
2025-01-21 13:12:25 -05:00
2025-01-21 13:12:25 -05:00
2025-07-27 19:58:45 -07:00
2025-01-21 13:12:25 -05:00
2025-02-25 16:58:12 +00:00
2025-01-21 13:12:25 -05:00
2025-01-01 07:45:52 -08:00
2025-01-01 07:45:52 -08:00
2025-01-01 07:45:52 -08:00
2025-01-01 07:45:52 -08:00
2025-01-01 07:45:52 -08:00
2025-01-01 07:45:52 -08:00
2025-01-01 07:45:52 -08:00
2025-01-01 07:45:52 -08:00
2025-01-21 13:12:25 -05:00
2025-01-21 13:12:25 -05:00
2025-01-21 13:12:25 -05:00
2025-02-05 15:45:41 +00:00