Compile shaders #2881
Answered
by
gamecoder-nz
gamecoder-nz
asked this question in
Q&A
Compile shaders
#2881
-
I am tearing my hair out! I am trying to compile the cubes vertex shader into HLSL but I get a whole bunch of errors. The command line is:
and this is what I get:
|
Beta Was this translation helpful? Give feedback.
Answered by
gamecoder-nz
Aug 23, 2022
Replies: 1 comment
-
I figured it out. It was because the profile needed to be |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gamecoder-nz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured it out. It was because the profile needed to be
vs_5_0