Add **GPU Memory profiler** to Editor

This commit is contained in:
Wojciech Figat
2022-12-08 16:30:37 +01:00
parent f2c594569d
commit df82a0f5d0
47 changed files with 548 additions and 195 deletions

View File

@@ -190,9 +190,9 @@ GPUShaderProgram* GPUShader::GetShader(ShaderStage stage, const StringAnsiView&
return shader;
}
GPUResource::ResourceType GPUShader::GetResourceType() const
GPUResourceType GPUShader::GetResourceType() const
{
return ResourceType::Shader;
return GPUResourceType::Shader;
}
void GPUShader::OnReleaseGPU()