Table of Contents

Class MetalEncoderCommand

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

Represents a command that was encoded

public sealed class MetalEncoderCommand
Inheritance
MetalEncoderCommand
Inherited Members

Properties

Buffer

public nint Buffer { get; set; }

Property Value

nint

BufferIndex

public int BufferIndex { get; set; }

Property Value

int

BufferOffset

public long BufferOffset { get; set; }

Property Value

long

BytesSize

public long BytesSize { get; set; }

Property Value

long

GridSize

public MetalDispatchSize GridSize { get; set; }

Property Value

MetalDispatchSize

PipelineState

public nint PipelineState { get; set; }

Property Value

nint

ThreadgroupSize

public MetalDispatchSize ThreadgroupSize { get; set; }

Property Value

MetalDispatchSize

Timestamp

public DateTimeOffset Timestamp { get; set; }

Property Value

DateTimeOffset

Type

public MetalCommandType Type { get; set; }

Property Value

MetalCommandType