FatalErrorIfFailedMTL.h 283 B

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