Uses of Record Class
com.mojang.blaze3d.systems.DeviceFeatures
Packages that use DeviceFeatures
-
Uses of DeviceFeatures in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as DeviceFeaturesModifier and TypeFieldDescriptionprivate final DeviceFeaturesRenderPass.deviceFeaturesprivate final DeviceFeaturesDeviceInfo.featuresThe field for thefeaturesrecord component.Methods in com.mojang.blaze3d.systems that return DeviceFeaturesModifier and TypeMethodDescriptionDeviceInfo.features()Returns the value of thefeaturesrecord component.Constructors in com.mojang.blaze3d.systems 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.