41#ifndef __arg_private_h__
42#define __arg_private_h__
A collection of useful graphics routines for artoolkitX.
ARG_API
Underlying rendering API being used in implementation.
Definition: arg.h:120
uint16_t arglOpenGLVersion()
Definition: arg.c:102
int arglIsOpenGLES2OrLater()
Definition: arg_private.h:48
int flipH
Definition: arg_private.h:56
void * apiContextSettings
Definition: arg_private.h:50
ARHandle * arhandle
Definition: arg_private.h:52
int flipV
Definition: arg_private.h:57
ARG_API api
Definition: arg_private.h:49
float zoom
Definition: arg_private.h:53
int disableDistortionCompensation
Definition: arg_private.h:54
int rotate90
Definition: arg_private.h:55
ARParam arParam
Definition: arg_private.h:51
Structure holding state of an instance of the square marker tracker.
Definition: ar.h:341
Structure holding camera parameters, including image size, projection matrix and lens distortion para...
Definition: param.h:99