修正源代码文件没有用UTF8-BOM编码方式保存的问题

This commit is contained in:
hyzboy 2019-11-08 17:41:50 +08:00
parent 4079407f73
commit 3eb2bccaab
3 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
#ifndef HGL_GRAPH_VULKAN_DEBUG_OUT_INCLUDE
#ifndef HGL_GRAPH_VULKAN_DEBUG_OUT_INCLUDE
#define HGL_GRAPH_VULKAN_DEBUG_OUT_INCLUDE
#include<hgl/graph/vulkan/VK.h>
@ -8,8 +8,8 @@ VK_NAMESPACE_BEGIN
const char *GetVkDebugReportObjectTypename(VkDebugReportObjectTypeEXT objType);
/**
* Vulkan <br>
*
* Vulkan <br>
*
*/
class VKDebugOut
{

View File

@ -1,4 +1,4 @@
#include<hgl/graph/vulkan/VKDebugOut.h>
#include<hgl/graph/vulkan/VKDebugOut.h>
#include<iostream>
VK_NAMESPACE_BEGIN

View File

@ -1,4 +1,4 @@
#include<hgl/graph/vulkan/VK.h>
#include<hgl/graph/vulkan/VK.h>
VK_NAMESPACE_BEGIN