GetImTextureID static
usage: ofTexture texture; ofImage image; ImGui::Image(GetImTextureID(texture), ImGui::GetWindowSize()); ImGui::Image(GetImTextureID(image), ImGui::GetWindowSize());
Showing
Please register or sign in to comment
usage: ofTexture texture; ofImage image; ImGui::Image(GetImTextureID(texture), ImGui::GetWindowSize()); ImGui::Image(GetImTextureID(image), ImGui::GetWindowSize());