Citron/src
Zephyron 0cf545858d
vulkan: Fix crashes with bindless texture constant buffer handling
Previously, the code would unconditionally add a constant buffer descriptor
at index 0 whenever storage buffers were present, which could cause conflicts
and crashes. This change:

- Adds validation to check if constant buffer 0 already exists
- Only adds the descriptor if it's not already present
- Prevents potential descriptor conflicts in shaders

This should resolve crashes in Vulkan games related to invalid descriptor
layouts and resource binding conflicts.
2025-01-09 17:13:12 +10:00
..
android chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
audio_core Audio Core: Add support tags for compressor stats and volume reset 2025-01-03 13:34:14 +10:00
citron Revert "refactor: Improve game list scanning with std::filesystem" 2025-01-08 21:39:22 +10:00
citron_cmd core: Update copyright headers 2024-12-31 17:36:08 +10:00
common common: Use consistent cache line size in RingBuffer 2025-01-06 12:41:42 +10:00
core nvdrv: Add MSVC compatibility for packed structs 2025-01-08 21:16:04 +10:00
dedicated_room core: Update copyright headers 2024-12-31 17:36:08 +10:00
frontend_common chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
hid_core chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
input_common core: Update copyright headers 2024-12-31 17:36:08 +10:00
network core: Update copyright headers 2024-12-31 17:36:08 +10:00
shader_recompiler shader_recompiler: Fix ISBERD instruction implementation 2024-12-31 23:22:54 +10:00
tests core: Update copyright headers 2024-12-31 17:36:08 +10:00
video_core vulkan: Fix crashes with bindless texture constant buffer handling 2025-01-09 17:13:12 +10:00
web_service core: Update copyright headers 2024-12-31 17:36:08 +10:00
.clang-format
CMakeLists.txt fix(CMake): Remove /DEBUG Flag From Release Builds 2025-01-02 16:39:58 +10:00