From 5d989a31eaacbb366276a258145d64b5a23ab8b4 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, 1 Nov 2025 21:59:08 -0700 Subject: [PATCH] Added example to docs. --- docs/examples.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/examples.rst b/docs/examples.rst index 1af931391..ddbaa94b7 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -692,7 +692,7 @@ Reference(s): `49-hextile `__ ---------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------- Realtime Hex-Tiling @@ -704,3 +704,9 @@ Reference(s): .. figure:: https://github.com/bkaradzic/bgfx/raw/master/examples/49-hextile/screenshot.png :alt: example-49-hextile + +`50-headless `__ +------------------------------------------------------------------------------------ + +Demonstrate running bgfx in headless mode. Initialize bgfx without window, render into frame buffer, +and output result into an image.