Uses of Interface
net.neoforged.neoforge.client.blaze3d.GpuDeviceFeatures
Packages that use GpuDeviceFeatures
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of GpuDeviceFeatures in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as GpuDeviceFeaturesMethods in com.mojang.blaze3d.opengl that return GpuDeviceFeatures -
Uses of GpuDeviceFeatures in net.neoforged.neoforge.client.blaze3d.opengl
Classes in net.neoforged.neoforge.client.blaze3d.opengl that implement GpuDeviceFeaturesModifier and TypeClassDescriptionclass
Available features for the default GlDevicefinal record
Constructors in net.neoforged.neoforge.client.blaze3d.opengl with parameters of type GpuDeviceFeatures -
Uses of GpuDeviceFeatures in net.neoforged.neoforge.client.blaze3d.validation
Fields in net.neoforged.neoforge.client.blaze3d.validation declared as GpuDeviceFeaturesModifier and TypeFieldDescriptionprivate final GpuDeviceFeatures
GpuDeviceUsageValidator.enabledFeatures
Methods in net.neoforged.neoforge.client.blaze3d.validation that return GpuDeviceFeatures -
Uses of GpuDeviceFeatures in net.neoforged.neoforge.client.event
Classes in net.neoforged.neoforge.client.event that implement GpuDeviceFeaturesModifier and TypeClassDescriptionclass
Fired during GpuDevice creation to allow optional features to be enabled.Fields in net.neoforged.neoforge.client.event declared as GpuDeviceFeaturesModifier and TypeFieldDescriptionprivate final GpuDeviceFeatures
ConfigureGpuDeviceEvent.availableFeatures
Methods in net.neoforged.neoforge.client.event that return GpuDeviceFeaturesModifier and TypeMethodDescriptionConfigureGpuDeviceEvent.getAvailableFeatures()
Device features available for use, use this to adapt what features your mod enables and uses based on what is available.Constructors in net.neoforged.neoforge.client.event with parameters of type GpuDeviceFeaturesModifierConstructorDescriptionConfigureGpuDeviceEvent
(GpuDeviceProperties deviceProperties, GpuDeviceFeatures availableFeatures) -
Uses of GpuDeviceFeatures in net.neoforged.neoforge.client.extensions.blaze3d
Methods in net.neoforged.neoforge.client.extensions.blaze3d that return GpuDeviceFeaturesModifier and TypeMethodDescriptionGpuDeviceExtension.enabledFeatures()
GpuDeviceFeatures enabled during device configuration.