randallrvr
randallrvr
BUILD_DIR=out/debug ninja: Entering directory `out/debug' ninja: no work to do. using C++ standard library /usr/local/Cellar/llvm/13.0.1_1/lib/libc++.a create out/debug/libwgpu.a create out/debug/libwgpu.dylib ld64.lld: error: library not found for -lc ld64.lld: error: framework not...
I'm getting the message >[NSError init] called; this results in an invalid NSError instance. It will raise an exception in a future release. Please call errorWithDomain:code:userInfo: or initWithDomain:code:userInfo:. This message...
If you enable arc via -fobjc-arc you get a bunch of the following errors: >../mtlpp.mm:1349:17: error: pointer to non-const type 'NSError *' with no explicit ownership NSError** nsErrorPtr = error...
There is reference to macos.m in the CMakeLists.txt but it is missing in the src/platforms
I'm getting a lot of undeclared identifier errors and duplicate case value errors when I try to use the headers (vk_enum_string_helper.h and utility/vk_format_utils.h) from Vulkan Utilities as opposed the system...