Open dov opened 1 month ago
Sorry. The error report doesn't make sense. I'm investigating it on my own.
Got it! I was compiling vsgExamples in debug mode, but VulkanSceneGraph in release mode.
2 days ago I changed the parts of the API to use refptr rather c pointer in the constructor parameters. The error you have looks like the headers have this new version but the lib you are linking to is older than this.
On Thu, 10 Oct 2024, 09:51 Dov Grobgeld, @.***> wrote:
Sorry. The error report doesn't make sense. I'm investigating it on my own.
— Reply to this email directly, view it on GitHub https://github.com/vsg-dev/vsgExamples/issues/322#issuecomment-2404493634, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKEGUH4G73TNQJR4JDBMQTZ2Y52DAVCNFSM6AAAAABPWH7O3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBUGQ4TGNRTGQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Trying to compile with the current HEAD vsgExmples with current head VulkanSceneGraph fails with the following error: