Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: initialize the effect before getting uniforms
The `get_uniform_location` function was called before the GLSL effect pipeline was initialized, which caused a GNOME Shell crash. This commit adds the superclass constructor call before uniform fetching, ensuring that context is initialized. Fixes: yilozt#156
- Loading branch information