1
Graphics / Video frames display
« on: March 28, 2008, 02:35:18 pm »
Hmm.. Which files did you update?
IS it the Windows Development files?
Cheers,
Bob
IS it the Windows Development files?
Cheers,
Bob
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Image.LoadFromPixels()
Image.LoadFromPixels(ImageWidth, ImageHeight, ImageDataPointer);
Sprite.SetImage(Image);
SFMLView.Draw(Sprite);
SFMLView.Display();