Uses of Record Class
com.mojang.renderpearl.api.device.DeviceLimits
Packages that use DeviceLimits
-
Uses of DeviceLimits in com.mojang.renderpearl.api.device
Fields in com.mojang.renderpearl.api.device declared as DeviceLimitsModifier and TypeFieldDescriptionprivate final DeviceLimitsDeviceInfo.limitsThe field for thelimitsrecord component.Methods in com.mojang.renderpearl.api.device that return DeviceLimitsModifier and TypeMethodDescriptionDeviceInfo.limits()Returns the value of thelimitsrecord component.Constructors in com.mojang.renderpearl.api.device with parameters of type DeviceLimitsModifierConstructorDescriptionDeviceInfo(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. -
Uses of DeviceLimits in com.mojang.renderpearl.frontend
Fields in com.mojang.renderpearl.frontend declared as DeviceLimits