🎉 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!

Dear I am GUI : ImGui::Image whta exactly is texture ?

Started by
0 comments, last by foxo 1 year, 10 months ago

I have a 1D array of pixels for a 2D image: How can I convert it to a “texture” that would fit in ImGui::Image((void*)"texture", ImVec2(sizex, sizey)) ?

This topic is closed to new replies.

Advertisement