表示特定于平台的默认阴影格式。
To create a RenderTexture that can be used as a shadow map, you also need to set the ShadowSamplingMode using RenderTextureDescriptor.shadowSamplingMode.
Unity does this automatically if you call the RenderTexture constructor using the DefaultFormat.Shadow
format.