Uses of Class
com.mojang.renderpearl.api.device.SurfaceException
Packages that use SurfaceException
Package
Description
-
Uses of SurfaceException in com.mojang.renderpearl.api.device
Methods in com.mojang.renderpearl.api.device that throw SurfaceExceptionModifier and TypeMethodDescriptionvoidGpuSurface.acquireNextTexture()voidGpuSurface.configure(GpuSurface.Configuration config) -
Uses of SurfaceException in com.mojang.renderpearl.backend.api
Methods in com.mojang.renderpearl.backend.api that throw SurfaceExceptionModifier and TypeMethodDescriptionvoidGpuSurfaceBackend.acquireNextTexture()voidGpuSurfaceBackend.configure(GpuSurface.Configuration config) -
Uses of SurfaceException in com.mojang.renderpearl.backend.opengl
Methods in com.mojang.renderpearl.backend.opengl that throw SurfaceExceptionModifier and TypeMethodDescriptionvoidGlSurface.acquireNextTexture()voidGlSurface.configure(GpuSurface.Configuration config) -
Uses of SurfaceException in com.mojang.renderpearl.backend.vulkan
Fields in com.mojang.renderpearl.backend.vulkan declared as SurfaceExceptionModifier and TypeFieldDescriptionprivate @Nullable SurfaceExceptionVulkanGpuSurface.eatenExceptionMethods in com.mojang.renderpearl.backend.vulkan that throw SurfaceExceptionModifier and TypeMethodDescriptionvoidVulkanGpuSurface.acquireNextTexture()voidVulkanGpuSurface.configure(GpuSurface.Configuration config) static voidVulkanGpuSurface.throwIfFailure(int result, String message) -
Uses of SurfaceException in com.mojang.renderpearl.frontend
Methods in com.mojang.renderpearl.frontend that throw SurfaceExceptionModifier and TypeMethodDescriptionvoidFrontendGpuSurface.acquireNextTexture()voidFrontendGpuSurface.configure(GpuSurface.Configuration config)