casey/pxl

Allow transparency

Open

#36 geöffnet am 23. Juni 2018

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (2 Forks)github user discovery
enhancementgood first issue

Repository-Metriken

Stars
 (32 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Authors should be able to create transparent windows by writing an alpha value of less than one.

This is easy to enable in winit, but when I tried to get this working but ran into weird issues with junk being left in the buffer. Will probably take some debugging to get right.

We'll need to make sure we're doing the right thing with respect to premultiplied alpha.

Contributor Guide