Table of Contents

Class MetalKernelParameterMetadata

Namespace
DotCompute.Backends.Metal.Compilation
Assembly
DotCompute.Backends.Metal.dll

Represents metadata about a Metal kernel parameter.

public sealed class MetalKernelParameterMetadata
Inheritance
MetalKernelParameterMetadata
Inherited Members

Properties

ElementType

public required Type ElementType { get; init; }

Property Value

Type

IsBuffer

public bool IsBuffer { get; init; }

Property Value

bool

IsReadOnly

public bool IsReadOnly { get; init; }

Property Value

bool

Name

public required string Name { get; init; }

Property Value

string

ParameterType

public required Type ParameterType { get; init; }

Property Value

Type