Uses of Record Class
com.mojang.renderpearl.api.device.HintsAndWorkarounds
Packages that use HintsAndWorkarounds
-
Uses of HintsAndWorkarounds in com.mojang.renderpearl.api.device
Fields in com.mojang.renderpearl.api.device declared as HintsAndWorkaroundsModifier and TypeFieldDescriptionprivate final HintsAndWorkaroundsDeviceInfo.hintsAndWorkaroundsThe field for thehintsAndWorkaroundsrecord component.Methods in com.mojang.renderpearl.api.device that return HintsAndWorkaroundsModifier and TypeMethodDescriptionDeviceInfo.hintsAndWorkarounds()Returns the value of thehintsAndWorkaroundsrecord component.Constructors in com.mojang.renderpearl.api.device with parameters of type HintsAndWorkaroundsModifierConstructorDescriptionDeviceInfo(String name, String vendorName, String driverInfo, boolean isZZeroToOne, String backendName, float timestampPeriod, DeviceLimits limits, DeviceFeatures features, Set<String> underlyingExtensions, HintsAndWorkarounds hintsAndWorkarounds, DeviceType type) Creates an instance of aDeviceInforecord class.