-
Hey there, I'm trying to build a simple BGFX application on macOS using the vcpkg-packaged version of bgfx. If I run, for example:
on this source file, fs.sc:
I'm left with a load of errors relating to... HLSL??? Shouldn't it be using MSL? (Additionally, the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
My mistake, I didn't realize bgfx_shader.sc is installed in BGFX's |
Beta Was this translation helpful? Give feedback.
My mistake, I didn't realize bgfx_shader.sc is installed in BGFX's
include
path, which needs to be manually pointed to.