removed GPUDevice::CreateMP(Material *,const DescriptorSetType &)

This commit is contained in:
2023-06-06 20:52:23 +08:00
parent ffaa6b5362
commit 1a8bd0a607
4 changed files with 1 additions and 12 deletions

View File

@@ -4,7 +4,6 @@
#include<hgl/graph/VK.h>
#include<hgl/type/Map.h>
#include<hgl/type/String.h>
#include<hgl/type/Collection.h>
#include<hgl/graph/VKShaderModuleMap.h>
#include<hgl/graph/VKDescriptorSetType.h>
VK_NAMESPACE_BEGIN
@@ -43,8 +42,6 @@ class Material
{
MaterialData *data;
Collection *mi_data;
private:
friend GPUDevice;