• w4t's avatar
    GetImTextureID static · 6a635be7
    w4t authored
    usage:
    
    ofTexture texture;
    ofImage image;
    
    ImGui::Image(GetImTextureID(texture), ImGui::GetWindowSize());
    ImGui::Image(GetImTextureID(image), ImGui::GetWindowSize());
    6a635be7
imHelpers.cpp 22.7 KB