GPU: Remove prototype without implementation.

`GPUShaderInterface(const ShaderCreateInfo&)` is defined but its
implementation has been removed.
This commit is contained in:
2023-02-02 11:46:29 +01:00
parent d92edca862
commit 6c66f3e2b3

View File

@@ -68,7 +68,6 @@ class ShaderInterface {
public:
ShaderInterface();
ShaderInterface(const shader::ShaderCreateInfo &info);
virtual ~ShaderInterface();
void debug_print();