Files

12 lines
283 B
C
Raw Permalink Normal View History

// Jolt Physics Library (https://github.com/jrouwe/JoltPhysics)
// SPDX-FileCopyrightText: 2025 Jorrit Rouwe
// SPDX-License-Identifier: MIT
#pragma once
#import <MetalKit/MetalKit.h>
/// Convert Metal error to readable text and alert
void FatalErrorIfFailed(NSError *inResult);