Fix alpha blending for emojis
This commit is contained in:
parent
609814de6b
commit
6cf10bba8d
6 changed files with 3992 additions and 7 deletions
|
@ -184,7 +184,7 @@ impl TextAtlas {
|
|||
entry_point: "fs_main",
|
||||
targets: &[Some(ColorTargetState {
|
||||
format,
|
||||
blend: Some(BlendState::PREMULTIPLIED_ALPHA_BLENDING),
|
||||
blend: Some(BlendState::ALPHA_BLENDING),
|
||||
write_mask: ColorWrites::default(),
|
||||
})],
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue