/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/ThirdParty/Jolt/Shaders/TestComputeWrapper.cpp
23 строки
701 B
Jan Krassnigg
Updated Jolt to version 5.5.0 (#1778)
20 янв 2026, 10:54
Не верифицирован
20 янв 2026, 10:54
c41ee15
Код
Авторство
О чём код?
// Jolt Physics Library (https://github.com/jrouwe/JoltPhysics) // SPDX-FileCopyrightText: 2026 Jorrit Rouwe // SPDX-License-Identifier: MIT #include <Jolt/Jolt.h> #ifdef JPH_USE_CPU_COMPUTE #define JPH_SHADER_NAME TestCompute #include <Jolt/Compute/CPU/WrapShaderBegin.h> #include "TestCompute.hlsl" #include <Jolt/Compute/CPU/WrapShaderBindings.h> #include "TestComputeBindings.h" #include <Jolt/Compute/CPU/WrapShaderEnd.h> #define JPH_SHADER_NAME TestCompute2 #include <Jolt/Compute/CPU/WrapShaderBegin.h> #include "TestCompute2.hlsl" #include <Jolt/Compute/CPU/WrapShaderBindings.h> #include "TestCompute2Bindings.h" #include <Jolt/Compute/CPU/WrapShaderEnd.h> #endif // JPH_USE_CPU_COMPUTE