Compartir a través de


MTLParallelRenderCommandEncoder_Extensions.SetDepthStoreActionOptions Método

Definición

Establece las opciones de acción de almacenamiento en los datos adjuntos de profundidad.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void SetDepthStoreActionOptions (this Metal.IMTLParallelRenderCommandEncoder This, Metal.MTLStoreActionOptions storeActionOptions);
static member SetDepthStoreActionOptions : Metal.IMTLParallelRenderCommandEncoder * Metal.MTLStoreActionOptions -> unit

Parámetros

This
IMTLParallelRenderCommandEncoder

Instancia en la que opera este método.

storeActionOptions
MTLStoreActionOptions

Opciones de acción que se van a establecer.

Atributos

Se aplica a