Missing shaderData-Debug.inl and shaderData-Release.inl?
Hi, I was very excited when I came across your project. I've never done anything that uses GPU shader acceleration. I tried to download & build the code in a bid to make a dll, but VS is complaining that it can't find shaderData-Debug.inl or shaderData-Release.inl I can see that they're included in the .gitignore. I'm confused how everyone else is managing to compile the code without these files. Am I doing something wrong, or do I need these files?
@beedazzel These source files are generated by a custom tool, as a result of step 4 of the build instructions.
Now that we've got something that will take audio & produce text, the very next thing we're planning on doing is learning to read! Thanks for this & for the speedy response.