SecondHalfGames / yakui

yakui is a declarative Rust UI library for games
Apache License 2.0
222 stars 18 forks source link

vulkan: Samplers should be "clamp to edge", not "repeat" #162

Closed LPGhatguy closed 1 month ago

LPGhatguy commented 1 month ago

yakui's wgpu backend uses "clamp to edge" samplers for all images to prevent blending artifacts. The Vulkan backend currently always uses "repeat" images, which can cause unique blending issues when images are resized.