Fix build for downstream VulkanSC uses
- video headers don't exist on this branch (and are not supported for Vulkan SC) - loader interface files need to use vulkansc include instead of vulkan - update documentation
This commit is contained in:
@@ -23,7 +23,12 @@
|
||||
#ifndef VKICD_H
|
||||
#define VKICD_H
|
||||
|
||||
#if defined(VULKANSC)
|
||||
#include "vulkan_sc.h"
|
||||
#else
|
||||
#include "vulkan.h"
|
||||
#endif
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
// Loader-ICD version negotiation API. Versions add the following features:
|
||||
|
||||
Reference in New Issue
Block a user