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:
@@ -2120,7 +2120,8 @@ public static class bgfx
|
||||
[CRepr]
|
||||
public struct Resolution
|
||||
{
|
||||
public TextureFormat format;
|
||||
public TextureFormat formatColor;
|
||||
public TextureFormat formatDepthStencil;
|
||||
public uint32 width;
|
||||
public uint32 height;
|
||||
public uint32 reset;
|
||||
|
||||
Reference in New Issue
Block a user