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
BufferIndex
public int BufferIndex { get; set; }
Property Value
BufferOffset
public long BufferOffset { get; set; }
Property Value
BytesSize
public long BytesSize { get; set; }
Property Value
GridSize
public MetalDispatchSize GridSize { get; set; }
Property Value
PipelineState
public nint PipelineState { get; set; }
Property Value
ThreadgroupSize
public MetalDispatchSize ThreadgroupSize { get; set; }
Property Value
Timestamp
public DateTimeOffset Timestamp { get; set; }
Property Value
Type
public MetalCommandType Type { get; set; }