Changes between Initial Version and Version 1 of Ticket #67459


Ignore:
Timestamp:
May 19, 2023, 12:08:51 PM (12 months ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67459 – Description

    initial v1  
    33For 10.14:
    44
    5 ```
     5{{{
    66renderer_mtl.mm:: error: unknown type name 'MTLTextureSwizzleChannels'
    77renderer_mtl.mm:: error: use of undeclared identifier 'MTLTextureSwizzleAlpha'
     
    99renderer_mtl.mm:: error: use of undeclared identifier 'MTLTextureSwizzleGreen'
    1010renderer_mtl.mm:: error: use of undeclared identifier 'MTLTextureSwizzleRed'
    11 ```
     11}}}
    1212
    1313For 10.15:
    1414
    15 ```
     15{{{
    1616renderer_mtl.mm: error: 'MTLPixelFormatABGR4Unorm' is unavailable: not available on macOS
    1717renderer_mtl.mm: error: 'MTLPixelFormatB5G6R5Unorm' is unavailable: not available on macOS
    1818renderer_mtl.mm: error: 'MTLPixelFormatBGR5A1Unorm' is unavailable: not available on macOS
    19 ```
     19}}}
    2020
    2121This issue has officially been reported to upstream, and is being tracked by: