Uses of Record Class
com.mojang.blaze3d.systems.DeviceLimits
Packages that use DeviceLimits
-
Uses of DeviceLimits in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as DeviceLimitsModifier and TypeFieldDescriptionprivate final DeviceLimitsRenderPass.deviceLimitsprivate final DeviceLimitsDeviceInfo.limitsThe field for thelimitsrecord component.Methods in com.mojang.blaze3d.systems that return DeviceLimitsModifier and TypeMethodDescriptionDeviceInfo.limits()Returns the value of thelimitsrecord component.Constructors in com.mojang.blaze3d.systems 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.