Skip to content
Snippets Groups Projects
Commit d85d6c72 authored by Mark Lobodzinski's avatar Mark Lobodzinski
Browse files

headers: Remove obsolete references to vulkan.h

Change-Id: I214dc6d3e7dbe256b9584896e78e30a67d71d5c6
parent f6cc89ff
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
#ifndef VKICD_H
#define VKICD_H
#include "vulkan.h"
#include "vulkan_core.h"
#include <stdbool.h>
// Loader-ICD version negotiation API. Versions add the following features:
......
......@@ -26,7 +26,7 @@
*/
#pragma once
#include "vulkan.h"
#include "vulkan_core.h"
#if defined(__GNUC__) && __GNUC__ >= 4
#define VK_LAYER_EXPORT __attribute__((visibility("default")))
#elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment