defaultDepthStencilFormat property

  1. @override
TextureFormat get defaultDepthStencilFormat
override

The depth/stencil format this device prefers. Legitimately TextureFormat.unknown on a context that has none.

Implementation

@override
TextureFormat get defaultDepthStencilFormat => TextureFormat.d24UnormS8Uint;