As I said before, try to run it from the command line. Does it work now when compiling for Windows? Because if it doesn't, the Krom crash is expected.
-
compute shader example error
Can you run Krom (from https://github.com/Kode/Krom) in Visual Studio? You'll just have to put in the start parameters in the Visual Studio properties.
-
compute shader example error
Got it to work. The Krom executable I finally compiled works. The Krom window stays open and works correctly from within visual studio code. Thank for all of the help.
| last edited by rons Reputation: 2 | Posts: 28 -
compute shader example error
Yes I just figured that glsl error message out. It took me a while to reproduce. Instead of changing directories to the Krom directory in the command prompt I changed it to Krom/Kinc accidentally. The VS project was then built in the wrong location. Running node Kinc/make from the Krom directory fix the problem. Everything worked by setting visual studio code to the newly compiled Krom.exe path.
PS I'm stealing "Null Problemo".
Thank you again for your patience.
| last edited by rons Reputation: 2 | Posts: 28