godot/drivers/d3d12
clayjohn 35100396e4 Validate varying count when compiling shaders
This avoids crashing on devices when a number of varyings greater than the device limit is used.

For now this accurately prints an error when compiling the shader, but the error text only pops up in the editor if the number of user varyings is above the limit.
2025-02-13 15:07:15 -08:00
..
d3d12_godot_nir_bridge.h Add Direct3D 12 RenderingDevice implementation 2023-12-12 19:10:04 +01:00
d3d12ma.cpp SCons: Fix MSVC bypassing disabled warnings 2024-12-09 11:49:42 -06:00
dxil_hash.cpp CI: Add MinGW/GCC build to Windows GHA 2024-10-10 10:10:55 -05:00
dxil_hash.h D3D12: Get rid of DXIL.dll! 2024-07-11 17:56:45 +02:00
rendering_context_driver_d3d12.cpp Fix ubsan reported errors in rendering 2024-12-13 21:27:37 +01:00
rendering_context_driver_d3d12.h Use direct composition for d3d12 backend 2024-11-26 10:28:40 +01:00
rendering_device_driver_d3d12.cpp Validate varying count when compiling shaders 2025-02-13 15:07:15 -08:00
rendering_device_driver_d3d12.h Implement Buffer Device Address for Rendering Device Vulkan and DirectX12 2025-01-13 22:43:29 -08:00
SCsub CI: Add MinGW/GCC build to Windows GHA 2024-10-10 10:10:55 -05:00