SFML Window performance remains low after disabling LWA_COLORKEY
I have the following program which creates a SFML window and enables chroma-key using SetLayeredWindowAttributes
with LWA_COLORKEY
, then disables it after 5 seconds.
I have the following program which creates a SFML window and enables chroma-key using SetLayeredWindowAttributes
with LWA_COLORKEY
, then disables it after 5 seconds.