Skip to content

Commit

Permalink
MetalDevice: Fix incorrect pixel format for RGB5A1
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Dec 3, 2024
1 parent 297165d commit 14ff89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/metal_device.mm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
MTLPixelFormatRGBA8Unorm, // RGBA8
MTLPixelFormatBGRA8Unorm, // BGRA8
MTLPixelFormatB5G6R5Unorm, // RGB565
MTLPixelFormatA1BGR5Unorm, // RGB5A1
MTLPixelFormatBGR5A1Unorm, // RGB5A1
MTLPixelFormatR8Unorm, // R8
MTLPixelFormatDepth16Unorm, // D16
MTLPixelFormatDepth24Unorm_Stencil8, // D24S8
Expand Down

0 comments on commit 14ff89d

Please sign in to comment.