shader_ir: Implement a new shader scanner
This commit is contained in:
parent
2b3756d167
commit
48e75bade4
6 changed files with 476 additions and 15 deletions
|
@ -82,6 +82,8 @@ set(HASH_FILES
|
|||
"${VIDEO_CORE}/shader/decode/shift.cpp"
|
||||
"${VIDEO_CORE}/shader/decode/video.cpp"
|
||||
"${VIDEO_CORE}/shader/decode/xmad.cpp"
|
||||
"${VIDEO_CORE}/shader/control_flow.cpp"
|
||||
"${VIDEO_CORE}/shader/control_flow.h"
|
||||
"${VIDEO_CORE}/shader/decode.cpp"
|
||||
"${VIDEO_CORE}/shader/node.h"
|
||||
"${VIDEO_CORE}/shader/node_helper.cpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue