@@ -3389,6 +3389,10 @@ return {
name = "rgba8",
description = "Four 8-bit channels. 4 bytes per pixel."
},
+ {
+ name = "bgra8",
+ description = "Four 8-bit channels. 4 bytes per pixel."
+ },
{
name = "r16",
description = "One 16-bit channel. 2 bytes per pixel."
@@ -26,6 +26,10 @@ return {
name = 'rgba8',
description = 'Four 8-bit channels. 4 bytes per pixel.'
+ name = 'bgra8',
+ description = 'Four 8-bit channels. 4 bytes per pixel.'
name = 'r16',
description = 'One 16-bit channel. 2 bytes per pixel.'