mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Added ability to configure backbuffer depth/stencil.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user