Added ability to configure backbuffer depth/stencil.

This commit is contained in:
Бранимир Караџић
2025-10-28 15:49:09 -07:00
parent f7c4dd70f2
commit 959cab248e
26 changed files with 691 additions and 523 deletions

View File

@@ -33,7 +33,7 @@ int32_t _main_(int32_t _argc, char** _argv)
init.platformData.type = entry_get_native_window_handle_type();
bgfx_init(&init);
bgfx_reset(width, height, reset, init.resolution.format);
bgfx_reset(width, height, reset, init.resolution.formatColor);
// Enable debug text.
bgfx_set_debug(debug);