GPU: Remove prototype without implementation.
`GPUShaderInterface(const ShaderCreateInfo&)` is defined but its implementation has been removed.
This commit is contained in:
@@ -68,7 +68,6 @@ class ShaderInterface {
|
||||
|
||||
public:
|
||||
ShaderInterface();
|
||||
ShaderInterface(const shader::ShaderCreateInfo &info);
|
||||
virtual ~ShaderInterface();
|
||||
|
||||
void debug_print();
|
||||
|
||||
Reference in New Issue
Block a user