Uses of Interface
com.mojang.renderpearl.api.device.GpuBackend
Packages that use GpuBackend
Package
Description
-
Uses of GpuBackend in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type GpuBackendModifier and TypeMethodDescriptionprivate longWindow.createWindow(GpuBackend backend, int width, int height, String title) Constructors in com.mojang.blaze3d.platform with parameters of type GpuBackendModifierConstructorDescriptionWindow(WindowEventHandler eventHandler, DisplayData displayData, @Nullable String fullscreenVideoModeString, boolean exclusiveFullscreen, String title, MonitorManager monitorManager, GpuBackend backend) Window(WindowEventHandler eventHandler, DisplayData displayData, @Nullable String fullscreenVideoModeString, boolean exclusiveFullscreen, String title, MonitorManager monitorManager, GpuBackend backend, int maximumSize) -
Uses of GpuBackend in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as GpuBackendMethods in com.mojang.blaze3d.systems with parameters of type GpuBackendModifier and TypeMethodDescriptionstatic voidRenderSystem.trackBackendLibraryForShutdown(GpuBackend backend) -
Uses of GpuBackend in com.mojang.renderpearl.backend.opengl
Classes in com.mojang.renderpearl.backend.opengl that implement GpuBackend -
Uses of GpuBackend in com.mojang.renderpearl.backend.vulkan
Classes in com.mojang.renderpearl.backend.vulkan that implement GpuBackend -
Uses of GpuBackend in net.minecraft.client
Methods in net.minecraft.client that return GpuBackend