Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML2 - LoadFromPixels (Solved)  (Read 1336 times)

0 Members and 1 Guest are viewing this topic.

codder

  • Newbie
  • *
  • Posts: 8
    • View Profile
SFML2 - LoadFromPixels (Solved)
« on: December 31, 2011, 02:01:26 pm »
Hi all,

in sfml2 there is no LoadFromPixels
how can i convert it from sfml1 to sfml2?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SFML2 - LoadFromPixels (Solved)
« Reply #1 on: December 31, 2011, 02:28:04 pm »
sf::Texture::Create + sf::Texture::Update.
Laurent Gomila - SFML developer

 

anything