Changeset 293675 in webkit


Ignore:
Timestamp:
May 2, 2022 12:44:02 PM (2 years ago)
Author:
achristensen@apple.com
Message:

Fix tvOS build
https://bugs.webkit.org/show_bug.cgi?id=239973
<rdar://problem/92599361>

  • WebGPU/HardwareCapabilities.mm:
Location:
trunk/Source/WebGPU
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebGPU/ChangeLog

    r293674 r293675  
     12022-05-02  Alex Christensen  <achristensen@webkit.org>
     2
     3        Fix tvOS build
     4        https://bugs.webkit.org/show_bug.cgi?id=239973
     5        <rdar://problem/92599361>
     6
     7        * WebGPU/HardwareCapabilities.mm:
     8
    192022-05-02  Myles C. Maxfield  <mmaxfield@apple.com>
    210
  • trunk/Source/WebGPU/WebGPU/HardwareCapabilities.mm

    r293674 r293675  
    239239}
    240240
    241 #if !PLATFORM(WATCHOS)
     241#if !PLATFORM(WATCHOS) && !PLATFORM(APPLETV)
    242242static HardwareCapabilities apple6(id<MTLDevice> device)
    243243{
Note: See TracChangeset for help on using the changeset viewer.