Brian Anderson
Results
2
comments of
Brian Anderson
> I’ll close this issue I should have looked at the Vulkan samples. Looks like the the preferred method is to construct the rendering command pools and buffers on a...
Have you tried running as an executable itself such as `./main` instead of running `go run` this as well as using `install_name_tool -change @rpath/path/to/lib /full/path/to/lib executable_name` helped out. In any...