mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-05 09:33:48 -04:00
Generate mipmaps for mod menu images (#2382)
* Generate mipmaps for mod menu images * Update aurora --------- Co-authored-by: Luke Street <luke@street.dev>
This commit is contained in:
committed by
GitHub
parent
48746a9a67
commit
9bff2f5cf2
Vendored
+1
-1
Submodule extern/aurora updated: b6b0b34c4a...749d6ee7a2
@@ -182,6 +182,7 @@ std::optional<aurora::rmlui::RuntimeTexture> mod_texture_provider(std::string_vi
|
||||
.rgba8 =
|
||||
std::span{reinterpret_cast<const std::byte*>(image.pixels.data()), image.pixels.size()},
|
||||
.premultipliedAlpha = true,
|
||||
.generateMipmaps = true,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user