LWJGL Forum

Programming => OpenGL => Topic started by: DispenserWater92 on May 15, 2024, 13:54:33

Title: How i can do shader things on another thread?
Post by: DispenserWater92 on May 15, 2024, 13:54:33
context: i have a video on background that i wanna to apply shaders on (in another thread)
but im getting that error "No context is current or a function that is not available in the current context was called. The JVM will abort execution."

how can i fix errors?