Sam Izzo / bananaboy
Sam Izzo / bananaboy
Did you get any error messages? Does it show up in Help->About? What was the extension of the file you opened? How did you open it - via File->Open, or...
Thanks for the info. In the mean time why don't you try [Hlsl Tools](https://github.com/tgjones/HlslTools). It has a lot more features than NShader. Honestly I'm not sure I'm even interested in...
You should be able to use Hlsl Tools with GLSL files. You can add extra file extensions for it to parse via Tools->Options->Text Editor->File Extension. Although it will complain about...
Thanks for letting us know about that! The NShader code base is quite old and dates back to VS 2008, and the Visual Studio extension SDK has changed over the...
That's great, thanks for doing that!
Sorry I just haven’t had time to maintain this lately. I would suggest you give HLSL Tools a try https://github.com/tgjones/HlslTools I’m also happy to take pull requests that fix bugs....
Sorry can you clarify what you want me to set? Can you give me an example please?
Ah right! Good idea, thanks, I'll do that soon!
It would be good if this could be fixed in the mainline. I don't know that this patch is the right fix, but it's a start.
Looking into this further, I think the correct way to fix this is to _not_ define `_FILE_OFFSET_BITS` and `_LARGEFILE64_SOURCE` when including miniz.c on Darwin. So example2.c should be changed as...