-
Notifications
You must be signed in to change notification settings - Fork 256
Closed
Description
The debug extension addition seems to have introduced errors when making Linux binaries. The following error is thrown:
gl_vidsdl.c:674:15: error: ‘VK_EXT_DEBUG_MARKER_EXTENSION_NAME’ undeclared (first use in this function)
if (strcmp(VK_EXT_DEBUG_MARKER_EXTENSION_NAME, device_extensions[i].extensionName) == 0)
^
Steps to reproduce:
sudo apt-get install git make gcc libsdl2-dev libvulkan-dev libvorbis-dev libmad0-dev
git clone https://github.com/Novum/vkQuake/
cd vkQuake/QUake
make
Metadata
Metadata
Assignees
Labels
No labels