GpuInfo class

Constructors

GpuInfo({required String name, int? recommendedMaxWorkingSetSize, int? registryID, MaxThreadsPerThreadgroup? maxThreadsPerThreadgroup, Map<String, bool>? supportsFamily})
const
GpuInfo.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
maxThreadsPerThreadgroup MaxThreadsPerThreadgroup?
final
name String
final
recommendedMaxWorkingSetSize int?
final
registryID int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedFeatures List<String>
no setter
supportsFamily Map<String, bool>?
final

Methods

copyWith({String? name, String? gpuGeneration, bool? hasUnifiedMemory, int? recommendedMaxWorkingSetSize, int? registryID, MaxThreadsPerThreadgroup? maxThreadsPerThreadgroup, Map<String, bool>? supportsFamily}) GpuInfo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override