From c2e05d05540b47fdacaa6c620a8a03b76020c235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sat, 9 May 2020 19:12:18 -0700 Subject: [PATCH] Cleanup. --- src/config.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/config.h b/src/config.h index b541fecd5..067ff7525 100644 --- a/src/config.h +++ b/src/config.h @@ -8,6 +8,13 @@ #include +// # Configuration options for bgfx. +// +// Any of `BGFX_CONFIG_*` options that's inside `#ifndef` block can be configured externally +// via compiler options. +// +// When selecting rendering backends select all backends you want to include in the build. + #ifndef BGFX_CONFIG_DEBUG # define BGFX_CONFIG_DEBUG 0 #endif // BGFX_CONFIG_DEBUG