glasm: Implement image atomics

This commit is contained in:
ReinUsesLisp 2021-05-21 21:42:48 -03:00 committed by ameerj
parent 9a2176f883
commit 2e2d1986b1
3 changed files with 153 additions and 166 deletions

View file

@ -13,7 +13,6 @@ add_library(shader_recompiler STATIC
backend/glasm/emit_glasm_convert.cpp
backend/glasm/emit_glasm_floating_point.cpp
backend/glasm/emit_glasm_image.cpp
backend/glasm/emit_glasm_image_atomic.cpp
backend/glasm/emit_glasm_instructions.h
backend/glasm/emit_glasm_integer.cpp
backend/glasm/emit_glasm_logical.cpp