Commit 6a635be7 authored by w4t's avatar w4t

GetImTextureID static

usage:

ofTexture texture;
ofImage image;

ImGui::Image(GetImTextureID(texture), ImGui::GetWindowSize());
ImGui::Image(GetImTextureID(image), ImGui::GetWindowSize());
parent abc7d184
Pipeline #63 canceled with stages