Surface handles are now indirect.

This commit is contained in:
2021-08-12 00:45:57 -07:00
parent 4d79896b76
commit 12e476dc81
7 changed files with 36 additions and 18 deletions

View File

@@ -234,6 +234,9 @@ typedef enum {
STREAM_LEVEL_IN_HQ
} kraken_stream_level;
typedef int KrDeviceHandle;
typedef int KrSurfaceHandle;
#include "KRBehavior.h"
#endif