Revert "GPU: Fix Segmentation Fault Freeing Failed Shader"
This reverts commit c284326809.
This commit is contained in:
@@ -36,7 +36,7 @@ namespace gpu {
|
||||
class Shader {
|
||||
public:
|
||||
/** Uniform & attribute locations for shader. */
|
||||
ShaderInterface *interface = nullptr;
|
||||
ShaderInterface *interface;
|
||||
|
||||
protected:
|
||||
/** For debugging purpose. */
|
||||
|
||||
Reference in New Issue
Block a user