SpiderPig Posted February 17, 2019 Posted February 17, 2019 Shader->Getprogram() vs ((OpenGLShader*)_shader)->program would be nice Quote
Josh Posted February 18, 2019 Posted February 18, 2019 I’m curious, what the heck are you doing with the GL shader object? Quote Let's build cool stuff and have fun.
SpiderPig Posted February 19, 2019 Author Posted February 19, 2019 I'm using shader storage objects to store precalculated billboard data for my trees. Faster than using trigonometry functions. ? Quote
Josh Posted February 19, 2019 Posted February 19, 2019 Ooh cool. I’m doing something similar. 1 Quote Let's build cool stuff and have fun.
Josh Posted February 19, 2019 Posted February 19, 2019 No, I use shader storage buffers for pretty much everything. Quote Let's build cool stuff and have fun.
SpiderPig Posted February 19, 2019 Author Posted February 19, 2019 They're defiantly worth it. Though I have noticed that I can't use post processing effects with mine... I'll probably post something in tech assistance soon. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.