Add **GPU Memory profiler** to Editor
This commit is contained in:
@@ -101,14 +101,9 @@ String GPUSampler::ToString() const
|
||||
#endif
|
||||
}
|
||||
|
||||
GPUResource::ResourceType GPUSampler::GetResourceType() const
|
||||
GPUResourceType GPUSampler::GetResourceType() const
|
||||
{
|
||||
return ResourceType::Sampler;
|
||||
}
|
||||
|
||||
GPUResource::ObjectType GPUSampler::GetObjectType() const
|
||||
{
|
||||
return ObjectType::Other;
|
||||
return GPUResourceType::Sampler;
|
||||
}
|
||||
|
||||
void GPUSampler::OnReleaseGPU()
|
||||
|
||||
Reference in New Issue
Block a user