[Vulkan] 32-bit index fetch without fullDrawIndexUint32

This commit is contained in:
Triang3l
2022-07-25 16:53:12 +03:00
parent 37579d3bf0
commit 77e85ecaa4
6 changed files with 170 additions and 22 deletions

View File

@@ -691,6 +691,7 @@ bool PrimitiveProcessor::Process(ProcessingResult& result_out) {
// Writing to the trace irrespective of the cache lookup result
// because cache behavior depends on runtime configuration and
// state.
// Example of 16-bit reset index replacement: 415607D4.
trace_writer_.WriteMemoryRead(guest_index_base,
guest_index_buffer_needed_bytes);
// Not specifying the primitive type in the cache key because not