mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
glasm: Use storage buffers instead of global memory when possible
This commit is contained in:
parent
ec19b0d7eb
commit
df14567fcc
17 changed files with 503 additions and 437 deletions
|
@ -4,7 +4,6 @@ add_library(shader_recompiler STATIC
|
|||
backend/glasm/emit_context.h
|
||||
backend/glasm/emit_glasm.cpp
|
||||
backend/glasm/emit_glasm.h
|
||||
backend/glasm/emit_glasm_atomic.cpp
|
||||
backend/glasm/emit_glasm_barriers.cpp
|
||||
backend/glasm/emit_glasm_bitwise_conversion.cpp
|
||||
backend/glasm/emit_glasm_composite.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue