Hi guys!
I need your help, i hope i can find the solution!
I load from mysecretfile.dat my images in binary ( ios::in | ios::binary | ios::ate ).
Im going to load first image and i have it in a
char *buffer.
How can I export the "buffer" in a sf::Texture?