virtualx-engine/drivers/d3d12
Dario e2c6daf7ef Implement asynchronous transfer queues, thread guards on RenderingDevice. Add ubershaders and rework pipeline caches for Forward+ and Mobile.
- Implements asynchronous transfer queues from PR #87590.
- Adds ubershaders that can run with specialization constants specified as push constants.
- Pipelines with specialization constants can compile in the background.
- Added monitoring for pipeline compilations.
- Materials and shaders can now be created asynchronously on background threads.
- Meshes that are loaded on background threads can also compile pipelines as part of the loading process.
2024-10-02 15:11:58 -03:00
..
d3d12_godot_nir_bridge.h Add Direct3D 12 RenderingDevice implementation 2023-12-12 19:10:04 +01:00
d3d12ma.cpp [LLVM/MinGW] Fix/suppress DX12 related warnings. 2024-06-19 23:40:06 +03:00
dxil_hash.cpp D3D12: Get rid of DXIL.dll! 2024-07-11 17:56:45 +02:00
dxil_hash.h D3D12: Get rid of DXIL.dll! 2024-07-11 17:56:45 +02:00
rendering_context_driver_d3d12.cpp D3D12: Avoid crash on exit 2024-08-02 18:18:10 +02:00
rendering_context_driver_d3d12.h [LLVM/MinGW] Fix/suppress DX12 related warnings. 2024-06-19 23:40:06 +03:00
rendering_device_driver_d3d12.cpp Implement asynchronous transfer queues, thread guards on RenderingDevice. Add ubershaders and rework pipeline caches for Forward+ and Mobile. 2024-10-02 15:11:58 -03:00
rendering_device_driver_d3d12.h Implement asynchronous transfer queues, thread guards on RenderingDevice. Add ubershaders and rework pipeline caches for Forward+ and Mobile. 2024-10-02 15:11:58 -03:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00