Uses of Enum Class
com.mojang.renderpearl.api.device.BackendCreationException.Reason
Packages that use BackendCreationException.Reason
-
Uses of BackendCreationException.Reason in com.mojang.renderpearl.api.device
Subclasses with type arguments of type BackendCreationException.Reason in com.mojang.renderpearl.api.deviceFields in com.mojang.renderpearl.api.device declared as BackendCreationException.ReasonModifier and TypeFieldDescriptionprivate final BackendCreationException.ReasonBackendCreationException.reasonMethods in com.mojang.renderpearl.api.device that return BackendCreationException.ReasonModifier and TypeMethodDescriptionBackendCreationException.getReason()Returns the enum constant of this class with the specified name.static BackendCreationException.Reason[]BackendCreationException.Reason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.mojang.renderpearl.api.device with parameters of type BackendCreationException.ReasonModifierConstructorDescriptionBackendCreationException(String message, BackendCreationException.Reason reason) BackendCreationException(String message, BackendCreationException.Reason reason, List<String> missingCapabilities) -
Uses of BackendCreationException.Reason in com.mojang.renderpearl.backend.vulkan
Methods in com.mojang.renderpearl.backend.vulkan with parameters of type BackendCreationException.ReasonModifier and TypeMethodDescriptionstatic voidVulkanUtils.throwIfFailure(int result, String message, BackendCreationException.Reason reason)