The CPP Shader class does not initialize the interface attribute.
What will crash when deleting the shader.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Well actually I would prefer this
class Shader {
public:
/** Uniform & attribute locations for shader. */
ShaderInterface *interface = NULL;