Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 30456cc3ad1452c4328874ced5d1cafd50de2cc5
https://github.com/WebKit/WebKit/commit/30456cc3ad1452c4328874ced5d1cafd50de2cc5
Author: Mike Wyrzykowski <[email protected]>
Date: 2026-02-04 (Wed, 04 Feb 2026)
Changed paths:
M Source/WebGPU/WebGPU/ModelBridge.swift
M Source/WebGPU/WebGPU/ModelIBLTextures.swift
M Source/WebGPU/WebGPU/ModelParameters.swift
M Source/WebGPU/WebGPU/ModelRenderer.swift
M Source/WebGPU/WebGPU/ModelUtils.swift
M Source/WebGPU/WebGPU/USDModel.swift
Log Message:
-----------
Some Swift code assumes specific framework versions
https://bugs.webkit.org/show_bug.cgi?id=306973
rdar://169641776
Unreviewed build fix, the presence of _USDKit_RealityKit is not
equivalent to USDStageKit-34 which some of the code assumes exist.
We don't need to check for both as USDStageKit-34 implies _USDKit_RealityKit
exists as well.
* Source/WebGPU/WebGPU/ModelBridge.swift:
* Source/WebGPU/WebGPU/ModelIBLTextures.swift:
* Source/WebGPU/WebGPU/ModelParameters.swift:
* Source/WebGPU/WebGPU/ModelRenderer.swift:
* Source/WebGPU/WebGPU/ModelUtils.swift:
* Source/WebGPU/WebGPU/USDModel.swift:
Canonical link: https://commits.webkit.org/306806@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications