shader/transform_feedback: Add host API friendly TFB builder
This commit is contained in:
parent
627a602dd6
commit
cb05500d6c
5 changed files with 142 additions and 0 deletions
|
@ -102,6 +102,8 @@ set(HASH_FILES
|
|||
"${VIDEO_CORE}/shader/shader_ir.cpp"
|
||||
"${VIDEO_CORE}/shader/shader_ir.h"
|
||||
"${VIDEO_CORE}/shader/track.cpp"
|
||||
"${VIDEO_CORE}/shader/transform_feedback.cpp"
|
||||
"${VIDEO_CORE}/shader/transform_feedback.h"
|
||||
)
|
||||
set(COMBINED "")
|
||||
foreach (F IN LISTS HASH_FILES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue