Skip to content

Instantly share code, notes, and snippets.

#include "alvr_client_core.h"
#include "arcore_c_api.h"
#include "cardboard.h"
#include <GLES3/gl3.h>
#include <EGL/egl.h>
#include <algorithm>
#include <android/log.h>
#include <deque>
#include <jni.h>
#include <map>
#define DEBUG
#ifndef DEBUG
#define STATIC_INLINE static inline
#else
#define STATIC_INLINE
#endif
typedef struct {
uint64_t length, capacity;