yuzu-android/src
ReinUsesLisp 661483f313 renderer_vulkan/fixed_pipeline_state: Move enabled bindings to static state
Without using VK_EXT_robustness2, we can't consider the 'enabled' (not
null) vertex buffers as dynamic state, as this leads to invalid Vulkan
state. Move this to static state that is always hashed and compared in
the pipeline key.

The bits for enabled vertex buffers are moved into the attribute state
bitfield. This is not 'correct' as it's not an attribute state, but that
struct has bits to spare, and it's used in an array of 32 elements (the
exact same number of vertex buffer bindings).
2020-12-25 23:34:38 -03:00
..
audio_core
common
core core: memory: Ensure thread safe access when pages are rasterizer cached (#5206) 2020-12-24 21:51:49 -08:00
input_common
tests
video_core renderer_vulkan/fixed_pipeline_state: Move enabled bindings to static state 2020-12-25 23:34:38 -03:00
web_service
yuzu cmake: Always enable Vulkan 2020-12-24 21:07:24 -03:00
yuzu_cmd cmake: Always enable Vulkan 2020-12-24 21:07:24 -03:00
yuzu_tester
.clang-format
CMakeLists.txt