Uses of Class
com.mojang.renderpearl.api.device.BackendCreationException
Packages that use BackendCreationException
Package
Description
-
Uses of BackendCreationException in com.mojang.renderpearl.api.device
Methods in com.mojang.renderpearl.api.device that throw BackendCreationExceptionModifier and TypeMethodDescriptionGpuBackend.createDevice(GpuDebugOptions debugOptions) voidGpuBackend.loadLibrary() -
Uses of BackendCreationException in com.mojang.renderpearl.backend.opengl
Fields in com.mojang.renderpearl.backend.opengl declared as BackendCreationExceptionModifier and TypeFieldDescriptionprivate @Nullable BackendCreationExceptionGlBackend.libraryLoadFailureMethods in com.mojang.renderpearl.backend.opengl that throw BackendCreationExceptionModifier and TypeMethodDescriptionGlBackend.createDevice(GpuDebugOptions debugOptions) voidGlBackend.loadLibrary()Constructors in com.mojang.renderpearl.backend.opengl that throw BackendCreationException -
Uses of BackendCreationException in com.mojang.renderpearl.backend.vulkan
Fields in com.mojang.renderpearl.backend.vulkan declared as BackendCreationExceptionModifier and TypeFieldDescriptionprivate @Nullable BackendCreationExceptionVulkanBackend.libraryLoadFailureMethods in com.mojang.renderpearl.backend.vulkan that return BackendCreationExceptionModifier and TypeMethodDescriptionVulkanBackend.checkBackendAvailable()private @Nullable BackendCreationExceptionVulkanBackend.checkBackendAvailableWithLoadedLibrary()private static BackendCreationExceptionVulkanBackend.checkDeviceSuitability(org.lwjgl.vulkan.VkPhysicalDevice vkPhysicalDevice, Set<FeatureSet> requiredFeatureSets, Set<FeatureSet> requiredIfExtensionsAvailable) Methods in com.mojang.renderpearl.backend.vulkan that throw BackendCreationExceptionModifier and TypeMethodDescriptionprivate static BackendCreationExceptionVulkanBackend.checkDeviceSuitability(org.lwjgl.vulkan.VkPhysicalDevice vkPhysicalDevice, Set<FeatureSet> requiredFeatureSets, Set<FeatureSet> requiredIfExtensionsAvailable) VulkanBackend.createDevice(GpuDebugOptions debugOptions) private static org.lwjgl.vulkan.VkDeviceVulkanBackend.createDevice(FeatureSet featureSet, VulkanPhysicalDevice physicalDevice) private static longVulkanBackend.createVma(org.lwjgl.vulkan.VkDevice vkDevice) VulkanUtils.enumerateExtensions(org.lwjgl.vulkan.VkPhysicalDevice vkPhysicalDevice) private static VulkanPhysicalDeviceVulkanBackend.findPhysicalDevice(VulkanInstance instance, Set<FeatureSet> requiredFeatureSets, Set<FeatureSet> requiredIfExtensionsAvailable) VulkanInstance.getSupportedInstanceExtensions()VulkanInstance.getSupportedValidationLayers()voidVulkanBackend.loadLibrary()static voidVulkanUtils.throwIfFailure(int result, String message, BackendCreationException.Reason reason) Constructors in com.mojang.renderpearl.backend.vulkan that throw BackendCreationExceptionModifierConstructorDescriptionprotectedVulkanInstance(int debugVerbosity, boolean wantsDebugLabels, boolean validation) VulkanPhysicalDevice(org.lwjgl.vulkan.VkPhysicalDevice vkPhysicalDevice) -
Uses of BackendCreationException in com.mojang.renderpearl.backend.vulkan.init
Methods in com.mojang.renderpearl.backend.vulkan.init that throw BackendCreationExceptionModifier and TypeMethodDescriptionbooleanFeatureSet.checkCondition(org.lwjgl.vulkan.VkPhysicalDevice device) booleanFeatureSet.isSupported(org.lwjgl.vulkan.VkPhysicalDevice vkPhysicalDevice) booleanFeatureSet.isSupported(org.lwjgl.vulkan.VkPhysicalDevice vkPhysicalDevice, Set<String> deviceSupportedExtensions) booleanFeatureSet.Condition.test(org.lwjgl.vulkan.VkPhysicalDevice device) -
Uses of BackendCreationException in net.minecraft.client
Fields in net.minecraft.client declared as BackendCreationExceptionModifier and TypeFieldDescriptionprivate @Nullable BackendCreationExceptionMinecraft.backendCreationException