MeteorShower
Results
2
issues of
MeteorShower
**Describe the bug** the surface returned by `Shader.render` method is always opaque (all pixels' alpha value are always 255) **To Reproduce** 1.copy the code provided below, paste it into a...
[edit]solved. see comments below. Happy new year. When I'm trying to implement a GL renderer imitating [this WebGL renderer](https://github.com/curtastic/gl1/blob/main/gl1.js) with ModernGL and Pygame, I get trouble in instance rendering. I...