few change

This commit is contained in:
hyzboy 2024-10-20 01:41:13 +08:00
parent 4f67c0184d
commit 5195f62ac5
3 changed files with 2 additions and 5 deletions

View File

@ -47,7 +47,6 @@ enum class RenderingMode
ENUM_CLASS_RANGE(Forward,Deferred)
};//enum class RenderingMode
enum class RenderPhase
{
PreRender, ///<渲染前

View File

@ -1,5 +1,4 @@
#ifndef HGL_GRAPH_VULKAN_INCLUDE
#define HGL_GRAPH_VULKAN_INCLUDE
#pragma once
#include<hgl/type/List.h>
#include<hgl/math/Math.h>
@ -175,4 +174,3 @@ inline void copy(VkExtent3D &e3d,const VkExtent2D &e2d,const uint32 depth=1)
e3d.depth =depth;
}
VK_NAMESPACE_END
#endif//HGL_GRAPH_VULKAN_INCLUDE

View File

@ -13,7 +13,7 @@
#include<hgl/graph/VKMaterialInstance.h>
#include<hgl/graph/VKRenderable.h>
#include<hgl/graph/font/TextPrimitive.h>
#include<hgl/graph/StaticMesh.h>
#include<hgl/graph/mesh/StaticMesh.h>
#include<hgl/type/ObjectManage.h>
#include<hgl/shadergen/MaterialCreateInfo.h>
#include<hgl/graph/VKDescriptorBindingManage.h>