pool append move and copy

This commit is contained in:
2026-08-31 08:59:41 +02:00
parent cfb6a9b3dd
commit 4d2470b0c6
4 changed files with 37 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ enum class TextureFormat {
A8,
};
namespace Li {
static int TextureFormat2Bpp(TextureFormat fmt) {
inline int TextureFormat2Bpp(TextureFormat fmt) {
switch (fmt) {
case PD::TextureFormat::A8:
return 1;