Search found 1 match

by leobm
Sat Jan 17, 2004 8:06 pm
Forum: Advanced Help
Topic: get Texture from a surface ??
Replies: 1
Views: 1256

get Texture from a surface ??

irr::video::ISurface* surface = irr::video::createSurface(core::dimension2d<s32>(32,32));

how can i get a Texture from a Surface ?


thanks..