MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
IspcParallelism.h File Reference

Go to the source code of this file.

Functions

MCROISPC_API void ISPCLaunch (void **handlePtr, void *f, void *data, int countx, int county, int countz)
 
MCROISPC_API void * ISPCAlloc (void **handlePtr, int64_t size, int32_t alignment)
 
MCROISPC_API void ISPCSync (void *handle)
 

Detailed Description

Author
David Mórász
Date
2025

Definition in file IspcParallelism.h.

Function Documentation

◆ ISPCAlloc()

MCROISPC_API void * ISPCAlloc ( void ** handlePtr,
int64_t size,
int32_t alignment )

◆ ISPCLaunch()

MCROISPC_API void ISPCLaunch ( void ** handlePtr,
void * f,
void * data,
int countx,
int county,
int countz )

◆ ISPCSync()

MCROISPC_API void ISPCSync ( void * handle)