shader: Implement AL2P

This commit is contained in:
FernandoS27 2021-04-04 02:42:58 +02:00 committed by ameerj
parent 20ba0ea0a9
commit 0df7e509db
3 changed files with 36 additions and 4 deletions

View file

@ -65,6 +65,7 @@ add_library(shader_recompiler STATIC
frontend/maxwell/program.h
frontend/maxwell/structured_control_flow.cpp
frontend/maxwell/structured_control_flow.h
frontend/maxwell/translate/impl/attribute_memory_to_physical.cpp
frontend/maxwell/translate/impl/barrier_operations.cpp
frontend/maxwell/translate/impl/bitfield_extract.cpp
frontend/maxwell/translate/impl/bitfield_insert.cpp