🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Advertisement

Latest azdo Activity

Efficient SSBO Data Streaming

I’m upgrading my OpenGL engine to work in larger batches.

For dynamic object instanced rendering, I upload “packed” (32 byte) individual transform data through SSBO. I then run a shader to unpack the transform data and to do matrix multiplications and finally I’m using instance rendering to draw (I …

3,286 views
Advertisement
Advertisement
Advertisement