jvcleave / ofxImGui

Use ImGui in openFrameworks
292 stars 123 forks source link

arb textures #113

Closed manuliner closed 1 year ago

manuliner commented 2 years ago

Hello,

I'm trying to get your example to work but as long as I use your template I only get white rectangles instead of images.

However, if I add ofDisableARBTexture(), images are displayed.

Do you have any idea how I could use ofxImgui with arbtextures?

greetings

Daandelange commented 1 year ago

Hello, Little late to the party. Related to #101, ImGui only supports 1 type of texture in its renderer. The ofxImGui helpers functions now provide a runtime warning about this : 5bfb1f4.