MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
IspcParallelism.h
Go to the documentation of this file.
1/** @noop License Comment
2 * @file
3 * @copyright
4 * This Source Code is subject to the terms of the Mozilla Public License, v2.0.
5 * If a copy of the MPL was not distributed with this file You can obtain one at
6 * https://mozilla.org/MPL/2.0/
7 *
8 * @author David Mórász
9 * @date 2025
10 */
11
12#pragma once
13
14extern "C" {
15 MCROISPC_API void ISPCLaunch(void** handlePtr, void* f, void* data, int countx, int county, int countz);
16 MCROISPC_API void* ISPCAlloc(void** handlePtr, int64_t size, int32_t alignment);
17 MCROISPC_API void ISPCSync(void* handle);
18}
MCROISPC_API void * ISPCAlloc(void **handlePtr, int64_t size, int32_t alignment)
MCROISPC_API void ISPCLaunch(void **handlePtr, void *f, void *data, int countx, int county, int countz)
MCROISPC_API void ISPCSync(void *handle)