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

Author Topic: PushGLStates changes blend mode, but PopGLStates doesn't restore it  (Read 1030 times)

0 Members and 3 Guests are viewing this topic.

Keshi

  • Newbie
  • *
  • Posts: 2
    • View Profile
PushGLStates changes the blend mode of the window buffer to alpha blend, but PopGLStates doesn't restore it if it was set to something else before, and there's no way to set it without drawing through SFML because the method is hidden.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: PushGLStates changes blend mode, but PopGLStates doesn't restore it
« Reply #1 on: April 10, 2012, 01:54:55 pm »
Could you please provide a complete and minimal code that reproduces the problem?
Laurent Gomila - SFML developer

 

anything