2023-02-10 15:56:10 +00:00
|
|
|
/************************************************************//**
|
|
|
|
*
|
|
|
|
* @file: milepost.m
|
|
|
|
* @author: Martin Fouilleul
|
|
|
|
* @date: 13/02/2021
|
|
|
|
* @revision:
|
|
|
|
*
|
|
|
|
*****************************************************************/
|
|
|
|
|
|
|
|
#include"osx_app.m"
|
2023-02-20 10:05:01 +00:00
|
|
|
#include"graphics.c"
|
2023-02-10 15:56:10 +00:00
|
|
|
|
|
|
|
#if MG_COMPILE_BACKEND_METAL
|
|
|
|
#include"mtl_surface.m"
|
|
|
|
#include"mtl_canvas.m"
|
|
|
|
#endif
|
|
|
|
|
2023-02-20 10:05:01 +00:00
|
|
|
#if MG_COMPILE_BACKEND_GLES
|
|
|
|
#include"gl_loader.c"
|
2023-02-21 12:40:30 +00:00
|
|
|
#include"egl_surface.c"
|
2023-02-20 10:05:01 +00:00
|
|
|
#endif
|
|
|
|
|
2023-02-10 15:56:10 +00:00
|
|
|
/*
|
|
|
|
#pragma clang diagnostic push
|
|
|
|
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
|
|
|
#include"osx_gles_surface.m"
|
|
|
|
#pragma clang diagnostic pop
|
|
|
|
*/
|
|
|
|
//#include"osx_surface_client.m"
|