1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-25 13:36:45 -05:00

shader: Split profile and runtime info headers

This commit is contained in:
ReinUsesLisp
2021-06-16 03:22:56 -03:00
committed by ameerj
parent cbbca26d18
commit 0ffea97e2e
13 changed files with 93 additions and 77 deletions

View File

@@ -226,6 +226,7 @@ add_library(shader_recompiler STATIC
object_pool.h
profile.h
program_header.h
runtime_info.h
shader_info.h
)