編集

次の方法で共有


MTLBarrierScope Enum

Definition

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum MTLBarrierScope
type MTLBarrierScope = 
Inheritance
MTLBarrierScope
Attributes

Fields

Name Value Description
Buffers 1
Textures 2
RenderTargets 4

Applies to