defaultStencilFormat property

PixelFormat get defaultStencilFormat

A supported PixelFormat for textures that store stencil information. May include a depth channel if a stencil-only format is not available.

Implementation

PixelFormat get defaultStencilFormat {
  return PixelFormat.values[_getDefaultStencilFormat()];
}