Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
ComputeSystemMTLImpl.h
Go to the documentation of this file.
1
// Jolt Physics Library (https://github.com/jrouwe/JoltPhysics)
2
// SPDX-FileCopyrightText: 2025 Jorrit Rouwe
3
// SPDX-License-Identifier: MIT
4
5
#pragma once
6
7
#ifdef JPH_USE_MTL
8
9
#include <
Jolt/Compute/MTL/ComputeSystemMTL.h
>
10
11
JPH_NAMESPACE_BEGIN
12
14
class
JPH_EXPORT
ComputeSystemMTLImpl :
public
ComputeSystemMTL
15
{
16
public
:
17
JPH_DECLARE_RTTI_VIRTUAL
(
JPH_EXPORT
, ComputeSystemMTLImpl)
18
19
20
virtual
~ComputeSystemMTLImpl()
override
;
21
23
bool
Initialize();
24
};
25
26
JPH_NAMESPACE_END
27
28
#endif
// JPH_USE_MTL
ComputeSystemMTL.h
JPH_EXPORT
#define JPH_EXPORT
Definition
Core.h:275
JPH_NAMESPACE_END
#define JPH_NAMESPACE_END
Definition
Core.h:425
JPH_NAMESPACE_BEGIN
#define JPH_NAMESPACE_BEGIN
Definition
Core.h:419
JPH_DECLARE_RTTI_VIRTUAL
#define JPH_DECLARE_RTTI_VIRTUAL(linkage, class_name)
Definition
RTTI.h:245
Jolt
Compute
MTL
ComputeSystemMTLImpl.h
Generated by
1.12.0