forked from LeenkxTeam/LNXSDK
HaxeJolt
This commit is contained in:
17
lib/haxejolt/JoltPhysics/Jolt/Shaders/HairWrapper.h
Normal file
17
lib/haxejolt/JoltPhysics/Jolt/Shaders/HairWrapper.h
Normal file
@ -0,0 +1,17 @@
|
||||
// Jolt Physics Library (https://github.com/jrouwe/JoltPhysics)
|
||||
// SPDX-FileCopyrightText: 2026 Jorrit Rouwe
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef JPH_USE_CPU_COMPUTE
|
||||
|
||||
JPH_NAMESPACE_BEGIN
|
||||
|
||||
class ComputeSystemCPU;
|
||||
|
||||
void JPH_EXPORT HairRegisterShaders(ComputeSystemCPU *inComputeSystem);
|
||||
|
||||
JPH_NAMESPACE_END
|
||||
|
||||
#endif // JPH_USE_CPU_COMPUTE
|
||||
Reference in New Issue
Block a user