Uses of Record Class
com.mojang.renderpearl.api.device.DeviceFeatures
Packages that use DeviceFeatures
-
Uses of DeviceFeatures in com.mojang.renderpearl.api.device
Fields in com.mojang.renderpearl.api.device declared as DeviceFeaturesModifier and TypeFieldDescriptionprivate final DeviceFeaturesDeviceInfo.featuresThe field for thefeaturesrecord component.Methods in com.mojang.renderpearl.api.device that return DeviceFeaturesModifier and TypeMethodDescriptionDeviceInfo.features()Returns the value of thefeaturesrecord component.Constructors in com.mojang.renderpearl.api.device with parameters of type DeviceFeaturesModifierConstructorDescriptionDeviceInfo(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 DeviceFeatures in com.mojang.renderpearl.frontend
Fields in com.mojang.renderpearl.frontend declared as DeviceFeatures