Uses of Class
com.mojang.blaze3d.systems.BackendCreationException
Packages that use BackendCreationException
Package
Description
-
Uses of BackendCreationException in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl that throw BackendCreationExceptionModifier and TypeMethodDescriptionvoidGlBackend.handleWindowCreationErrors(@Nullable GLFWErrorCapture.Error error) -
Uses of BackendCreationException in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that throw BackendCreationExceptionModifier and TypeMethodDescriptionstatic longWindow.createGlfwWindow(int width, int height, String title, long monitor, GpuBackend backend) private longWindow.createWindow(GpuBackend backend, int width, int height, String title, long initialMonitor) Constructors in com.mojang.blaze3d.platform that throw BackendCreationExceptionModifierConstructorDescriptionWindow(WindowEventHandler eventHandler, DisplayData displayData, @Nullable String fullscreenVideoModeString, String title, GpuBackend backend) -
Uses of BackendCreationException in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems that throw BackendCreationExceptionModifier and TypeMethodDescriptionvoidGpuBackend.handleWindowCreationErrors(GLFWErrorCapture.Error error)