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

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