Closed jfcameron closed 4 years ago
Segfault on linux (arch x86_64) while running demo app. no issue in unit tests interestingly.
missing include meant the linux platform macro wasnt defined in the gl init file, meaning glew never got initialized.
Segfault on linux (arch x86_64) while running demo app. no issue in unit tests interestingly.