Framework

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
Bacchus63
Posts: 1
Joined: January 22nd, 2021, 11:37 am

Framework

Post by Bacchus63 » January 22nd, 2021, 11:49 am

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

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: Framework

Post by albinopapa » February 1st, 2021, 5:04 am

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.
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

Post Reply