次の方法で共有


MTLParallelRenderCommandEncoder_Extensions.SetDepthStoreActionOptions メソッド

定義

深度添付ファイルのストア アクション オプションを設定します。

[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

パラメーター

This
IMTLParallelRenderCommandEncoder

このメソッドが動作するインスタンス。

storeActionOptions
MTLStoreActionOptions

設定するアクション オプション。

属性

適用対象