修正源代码文件没有用UTF8-BOM编码方式保存的问题
This commit is contained in:
parent
4079407f73
commit
3eb2bccaab
@ -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
|
#define HGL_GRAPH_VULKAN_DEBUG_OUT_INCLUDE
|
||||||
|
|
||||||
#include<hgl/graph/vulkan/VK.h>
|
#include<hgl/graph/vulkan/VK.h>
|
||||||
@ -8,8 +8,8 @@ VK_NAMESPACE_BEGIN
|
|||||||
const char *GetVkDebugReportObjectTypename(VkDebugReportObjectTypeEXT objType);
|
const char *GetVkDebugReportObjectTypename(VkDebugReportObjectTypeEXT objType);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Vulkan 调试信息输出基类<br>
|
* Vulkan 调试信息输出基类<br>
|
||||||
* 如若需要自定义的调试信息输出,请从此类派生
|
* 如若需要自定义的调试信息输出,请从此类派生
|
||||||
*/
|
*/
|
||||||
class VKDebugOut
|
class VKDebugOut
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include<hgl/graph/vulkan/VKDebugOut.h>
|
#include<hgl/graph/vulkan/VKDebugOut.h>
|
||||||
#include<iostream>
|
#include<iostream>
|
||||||
|
|
||||||
VK_NAMESPACE_BEGIN
|
VK_NAMESPACE_BEGIN
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include<hgl/graph/vulkan/VK.h>
|
#include<hgl/graph/vulkan/VK.h>
|
||||||
|
|
||||||
VK_NAMESPACE_BEGIN
|
VK_NAMESPACE_BEGIN
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user