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

@@ -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;