debug_report: rename vk_lunarg_debug_report.h

This commit is contained in:
Courtney Goeltzenleuchter 2015-12-09 14:33:56 -07:00 committed by Mark Lobodzinski
parent 05936a934a
commit 39033a8239

View File

@ -5,7 +5,7 @@
#pragma once
#include "vulkan/vulkan.h"
#include "vulkan/vk_lunarg_debug_report.h"
#include <vulkan/vk_lunarg_debug_report.h>
#include "vulkan/vk_lunarg_debug_marker.h"
#if defined(__GNUC__) && __GNUC__ >= 4
# define VK_LAYER_EXPORT __attribute__((visibility("default")))