Uses of Record Class
com.mojang.blaze3d.systems.HintsAndWorkarounds
Packages that use HintsAndWorkarounds
-
Uses of HintsAndWorkarounds in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as HintsAndWorkaroundsModifier and TypeFieldDescriptionprivate final HintsAndWorkaroundsDeviceInfo.hintsAndWorkaroundsThe field for thehintsAndWorkaroundsrecord component.Methods in com.mojang.blaze3d.systems that return HintsAndWorkaroundsModifier and TypeMethodDescriptionDeviceInfo.hintsAndWorkarounds()Returns the value of thehintsAndWorkaroundsrecord component.Constructors in com.mojang.blaze3d.systems 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.