Descripción

The format of the stencil data that is encapsulated in the render texture.

Specifying this property will create a stencil element for the render texture and set its format. This allows for stencil data to be bound as a texture to all shader types for the platforms that support it. This property does not specify the format of the stencil buffer, which is constrained by the depth buffer format specified in RenderTexture.depth.

At the moment, most platforms only support R8_UInt (DirectX11, DirectX12), while PS4 also supports R8_UNorm.