次の方法で共有


MTLRenderCommandEncoder_Extensions.UseResource メソッド

定義

指定したリソースをレンダー パスで使用できるものとしてマークします。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, 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 UseResource (this Metal.IMTLRenderCommandEncoder This, Metal.IMTLResource resource, Metal.MTLResourceUsage usage);
static member UseResource : Metal.IMTLRenderCommandEncoder * Metal.IMTLResource * Metal.MTLResourceUsage -> unit

パラメーター

This
IMTLRenderCommandEncoder

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

resource
IMTLResource

使用するリソース。

usage
MTLResourceUsage

リソースの読み取り、書き込み、サンプリングのいずれを行うか。

属性

適用対象