Skip to content

Commit

Permalink
Rename header
Browse files Browse the repository at this point in the history
  • Loading branch information
krOoze committed Oct 9, 2019
1 parent e2b02c4 commit 9e9bf4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/ErrorHandling.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include <vulkan/vulkan.h>

#include "VulkanReflection.h"
#include "VulkanIntrospection.h"

struct VulkanResultException{
const char* file;
Expand Down
8 changes: 4 additions & 4 deletions src/VulkanReflection.h → src/VulkanIntrospection.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Reflection for Vulkan enums -- mostly to_string
// Introspection for Vulkan enums -- mostly to_string

#ifndef COMMON_VULKAN_REFLECTION_H
#define COMMON_VULKAN_REFLECTION_H
#ifndef COMMON_VULKAN_INTROSPECTION_H
#define COMMON_VULKAN_INTROSPECTION_H

#include <string>
#include <sstream>
Expand Down Expand Up @@ -260,4 +260,4 @@ std::string to_string_hex( const uint64_t n ){
return "0x" + ss.str();
}

#endif //COMMON_VULKAN_REFLECTION_H
#endif //COMMON_VULKAN_INTROSPECTION_H

0 comments on commit 9e9bf4d

Please sign in to comment.