fix: restore backpack material import output
This commit is contained in:
@@ -108,6 +108,7 @@ uint32_t GetFormatBytesPerPixel(Format format) {
|
||||
case Format::R8G8_UNorm:
|
||||
return 2;
|
||||
case Format::R8G8B8A8_UNorm:
|
||||
case Format::R8G8B8A8_SRGB:
|
||||
return 4;
|
||||
case Format::R16_Float:
|
||||
return 2;
|
||||
|
||||
Reference in New Issue
Block a user