-
Notifications
You must be signed in to change notification settings - Fork 30
Some functions are missing #4
Comments
Those are Win32 functions and should work out of the box on Windows. But it looks like you're using MinGW which may require different includes. It's also possible the that MinGW requires different defines to make this working. Is |
Ugh okay thats seems weird. |
clang, gcc or msvc. clang works fine for me on Windows, Linux and Android, so I'd go with that one. |
I got it to Work! :) |
that was on my laptop. On my PC it is throwing me a different Error: "no resource found that matches the given name" |
This project still uses I may update this project to Android Studio at some time, but haven't had time to do so yet. |
Ah maybe thats why it didnt work. |
Either Android Studio or Visual Studio (not Code. I do like Code, but never really used it for Android development). I prefer the later though. |
I can't really get it to work on android even on VS. Maybe I am doing something wrong. I am encountering errors, that i don't know how to fix. |
jni/..//jni/..//../src/vulkansponza.cpp:200:4: error: use of undeclared identifier 'vkFreeDescriptorSets' |
Hi,
as I am trying to setup your program I keep running into the same issues.
It seems like some functions and variables are not configured.
Could you help me with that?
Feel free to message me for more info.
The text was updated successfully, but these errors were encountered: