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
IsBuffer
public bool IsBuffer { get; init; }
Property Value
IsReadOnly
public bool IsReadOnly { get; init; }
Property Value
Name
public required string Name { get; init; }
Property Value
ParameterType
public required Type ParameterType { get; init; }