This method sets the image data of a texture. The provided pixmap must use the same format as the texture, and have the same dimensions as the specified miplevel.
Loading an image file into a GPU texture is outside of the scope of Dear ImGui and has more to do with your Graphics API. Because this is such a recurring issue for Dear ImGui users, we are providing ...