I have to specify very unusual blend mode (DestAlpha) for custom object derived from sf::drawable and I don't want to recompile entire SFML (because it will break down in next SFML update). Is there any way to do this without such recompillation (like writing custom OpenGL code?). Just as side note - I am drawing object which don't have textures, only colors.