Citron/src/shader_recompiler/ir_opt
ameerj 14ac0c2923 shader: Add integer attribute get optimization pass
Works around an nvidia driver bug, where casting the integer attributes to float and back to an integer always returned 0.
2021-12-29 19:03:49 -05:00
..
collect_shader_info_pass.cpp
constant_propagation_pass.cpp
dead_code_elimination_pass.cpp
dual_vertex_pass.cpp
global_memory_to_storage_buffer_pass.cpp
identity_removal_pass.cpp
lower_fp16_to_fp32.cpp
lower_int64_to_int32.cpp
passes.h
rescaling_pass.cpp
ssa_rewrite_pass.cpp
texture_pass.cpp
verification_pass.cpp