How to load a texture in SDL2 e convert it to textureid to ImGui?

Hi!

I’ve searched to a example but in the doc of ImGui is showing something with stdb and SDL2, but I want only use SDL2+ImGui.

So, can any one give me a example of how to convert a SDL_Texture or Surface to TexturID to ImGui use?

Thanks!