Replies: 1 comment
-
see |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am applying a rule to
*.hlsl
files that compiles the files with thefxc
tool.this works, it generates
dxbc
files.I want to embed these
dxbc
files with thebin2c
rule into my executable.How can I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions