Skip to content

Commit

Permalink
Merge pull request #2331 from warmenhoven/warmenhoven/pr/ios-tvos-hdr
Browse files Browse the repository at this point in the history
Add support for RGB10A2Unorm and BGR10A2Unorm formats on ios/tvos
  • Loading branch information
billhollings authored Sep 10, 2024
2 parents eccb41f + 2242c4d commit d128a7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MoltenVK/MoltenVK/GPUObjects/MVKDevice.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1593,10 +1593,8 @@
addSurfFmt(BGRA8Unorm);
addSurfFmt(BGRA8Unorm_sRGB);
addSurfFmt(RGBA16Float);
#if MVK_MACOS
addSurfFmt(RGB10A2Unorm);
addSurfFmt(BGR10A2Unorm);
#endif
#if MVK_APPLE_SILICON
addSurfFmt(BGRA10_XR);
addSurfFmt(BGRA10_XR_sRGB);
Expand Down

0 comments on commit d128a7e

Please sign in to comment.