Table of Contents

Enum MetalCommandEncoderType

Namespace
DotCompute.Backends.Metal.Execution.Graph.Types
Assembly
DotCompute.Backends.Metal.dll

Represents the type of Metal command encoder required for a node.

public enum MetalCommandEncoderType

Fields

Blit = 1

Blit command encoder for memory operations.

Compute = 0

Compute command encoder for kernel dispatch.

Render = 2

Render command encoder for rendering operations.