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:
@@ -1465,8 +1465,10 @@ struct PlatformData
|
||||
// Backbuffer resolution and reset parameters.
|
||||
struct Resolution
|
||||
{
|
||||
// Backbuffer format.
|
||||
TextureFormat format;
|
||||
// Backbuffer color format.
|
||||
TextureFormat formatColor;
|
||||
// Backbuffer depth/stencil format.
|
||||
TextureFormat formatDepthStencil;
|
||||
// Backbuffer width.
|
||||
uint width;
|
||||
// Backbuffer height.
|
||||
|
||||
Reference in New Issue
Block a user