Struct WgpuPipelineCacheDescriptor
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public readonly struct WgpuPipelineCacheDescriptor
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
WgpuPipelineCacheDescriptor(string?, ReadOnlyMemory<byte>, bool)
public WgpuPipelineCacheDescriptor(string? label, ReadOnlyMemory<byte> data, bool fallback)
Parameters
label
string?
data
ReadOnlyMemory<byte>
fallback
bool
Properties
Data
public ReadOnlyMemory<byte> Data { get; }
Property Value
Fallback
public bool Fallback { get; }
Property Value
Label
public string? Label { get; }