pool append move and copy
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user