// menu_title_photo - картинка в байтах
IDirect3DTexture9* mPhoto;
// ImGui окно
if (mPhoto == nullptr)
D3DXCreateTextureFromFileInMemoryEx(SF->getRender()->getD3DDevice(), &menu_title_photo, sizeof(menu_title_photo), 798, 466, D3DX_DEFAULT, 0, D3DFMT_UNKNOWN, D3DPOOL_DEFAULT, D3DX_DEFAULT, D3DX_DEFAULT, 0, NULL, NULL, &mPhoto);
ImGui::Image(mPhoto, ImVec2(252, 98));