com.mojang.blaze3d.info

public record GpuDeviceInfo

com.mojang.blaze3d.systems.DeviceInfo
net.minecraft.class_1_664
com.mojang.blaze3d.info.GpuDeviceInfo

Field summary

Modifier and TypeField
private final String
name
comp_1_469
name
private final String
vendorName
comp_1_472
vendorName
private final String
driverInfo
comp_1_466
driverInfo
private final boolean
isZZeroToOne
comp_1_467
isZZeroToOne
private final String
backendName
comp_1_465
backendName
private final float
timestampPeriod
comp_1_470
timestampPeriod
private final GpuDeviceLimits
limits
comp_1_468
limits
private final GpuFeatures
features
comp_1_772
features
private final Set<String>
underlyingExtensions
comp_1_471
underlyingExtensions
private final HintsAndWorkarounds
hintsAndWorkarounds
comp_1_646
hintsAndWorkarounds
private final DeviceType
type
comp_1_655
type

Constructor summary

ModifierConstructor
public (String name, String vendorName, String driverInfo, boolean isZZeroToOne, String backendName, float timestampPeriod, GpuDeviceLimits limits, GpuFeatures features, Set<String> underlyingExtensions, HintsAndWorkarounds hintsAndWorkarounds, DeviceType type)

Method summary

Modifier and TypeMethod
public String
name()
comp_1_469()
name()
public String
vendorName()
comp_1_472()
vendorName()
public String
driverInfo()
comp_1_466()
driverInfo()
public boolean
isZZeroToOne()
comp_1_467()
isZZeroToOne()
public String
backendName()
comp_1_465()
backendName()
public float
timestampPeriod()
comp_1_470()
timestampPeriod()
public GpuDeviceLimits
limits()
comp_1_468()
limits()
public GpuFeatures
features()
comp_1_772()
features()
public Set<String>
underlyingExtensions()
comp_1_471()
underlyingExtensions()
public HintsAndWorkarounds
hintsAndWorkarounds()
comp_1_646()
hintsAndWorkarounds()
public DeviceType
type()
comp_1_655()
type()