sokol_gp
sokol_gp copied to clipboard
Premultiplied alpha
Hi,
I'd like to extend sokol_gp to support to allow for premultiplied alpha. It seems that the easiest way to do it would be to add a new sgp_blend_mode
type. Maybe SGP_BLENDMODE_BLEND_PREMULTIPLIED_ALPHA
?
Thanks.