unity_native_sys 0.3.0

The raw FFI for the Unity Native Plugin API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <stdlib.h>
#include <assert.h>

#define Assert(x) (assert(x))

#include "IUnityInterface.h"
#include "IUnityEventQueue.h"
#include "IUnityGraphics.h"
#include "IUnityLog.h"
#include "IUnityMemoryManager.h"
#include "IUnityProfiler.h"
#include "IUnityProfilerCallbacks.h"
#include "IUnityRenderingExtensions.h"
#include "IUnityShaderCompilerAccess.h"