Add initial O3DEngine and O3DRenderer

Only supports querying resolutions so far.

FossilOrigin-Name: c504ea5dd9a25bfe49c16f256d64f3bf8c16fc78fa03c2cad2561fbbb10eb720
This commit is contained in:
Jonathan Schleifer 2022-12-25 16:37:58 +00:00
parent 1c7dfe8b27
commit 3902165c96
8 changed files with 355 additions and 0 deletions

View file

@ -8,6 +8,9 @@ FRAMEWORK = ${OBJ3DENGINE_FRAMEWORK}
LIB_MAJOR = ${OBJ3DENGINE_LIB_MAJOR}
LIB_MINOR = ${OBJ3DENGINE_LIB_MINOR}
SRCS = O3DEngine.m \
O3DGlide3Renderer.m \
O3DRenderer.m
INCLUDES := ${SRCS:.m=.h}
OBJS_EXTRA = ${EXCEPTIONS_EXCEPTIONS_A}