From ca4544f04cc67c296e58170e76203bc11519d988 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 11 Oct 2023 10:35:06 +0200 Subject: add benchmark executable --- compat/headless.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 compat/headless.hpp (limited to 'compat') diff --git a/compat/headless.hpp b/compat/headless.hpp new file mode 100644 index 00000000..6cf597bc --- /dev/null +++ b/compat/headless.hpp @@ -0,0 +1,12 @@ +#pragma once + +#ifdef __APPLE__ +#include +#define FM_APPLICATION Platform::WindowlessCglApplication +#elif defined _WIN32 +#include +#define FM_APPLICATION Platform::WindowlessWglApplication +#else +#include +#define FM_APPLICATION Platform::WindowlessGlxApplication +#endif -- cgit v1.2.3