defaultDepthStencilFormat property
The depth/stencil format this device prefers. Legitimately TextureFormat.unknown on a context that has none.
Implementation
@override
TextureFormat get defaultDepthStencilFormat => TextureFormat.d24UnormS8Uint;
The depth/stencil format this device prefers. Legitimately TextureFormat.unknown on a context that has none.
@override
TextureFormat get defaultDepthStencilFormat => TextureFormat.d24UnormS8Uint;