Page 1 of 1

Framework

Posted: January 22nd, 2021, 11:49 am
by Bacchus63
I downloaded your framework, and I got a bunch of errors:
Severity Code Description Project File Line Suppression State
Error (active) E1696 cannot open source file "FramebufferPS.shh" Engine C:\Users\Gebruiker\Documents\Chili\Chili Framework 2016\Engine\Graphics.cpp 33
Same error for FramebufferVS.shh

I couldn't find those files with that extension myself. I did find those files with a "hlsl"- extension.

I am running VS2019. How can I solve this.

Thanks

Re: Framework

Posted: February 1st, 2021, 5:04 am
by albinopapa
Shouldn't be a problem because once you build the project, the *.shh files will be built by Visual Studio using the *.hlsl files. Until you build the project, you will get the error that those files do not exist.