moved RenderResource to PrimitiveCreater::Finish()

This commit is contained in:
2024-05-05 15:44:51 +08:00
parent 310cc151fa
commit ead4ba65c1
4 changed files with 61 additions and 53 deletions

View File

@@ -1,5 +1,4 @@
#ifndef HGL_GRAPH_VULKAN_PRIMITIVE_INCLUDE
#define HGL_GRAPH_VULKAN_PRIMITIVE_INCLUDE
#pragma once
#include<hgl/type/Map.h>
#include<hgl/type/String.h>
@@ -58,4 +57,3 @@ public:
const AABB & GetBoundingBox ()const{return BoundingBox;}
};//class Primitive
VK_NAMESPACE_END
#endif//HGL_GRAPH_VULKAN_PRIMITIVE_INCLUDE