removed GPUDevice::CreateMP(Material *,const DescriptorSetType &)
This commit is contained in:
@@ -210,7 +210,6 @@ public: //
|
||||
public: //shader & material
|
||||
|
||||
MaterialParameters *CreateMP(const MaterialDescriptorManager *,const PipelineLayoutData *,const DescriptorSetType &);
|
||||
MaterialParameters *CreateMP(Material *,const DescriptorSetType &);
|
||||
|
||||
ShaderModule *CreateShaderModule(VkShaderStageFlagBits,const uint32_t *,const size_t);
|
||||
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user