Uses of Class
com.mojang.renderpearl.backend.vulkan.VulkanInstance
Packages that use VulkanInstance
-
Uses of VulkanInstance in com.mojang.renderpearl.backend.vulkan
Fields in com.mojang.renderpearl.backend.vulkan declared as VulkanInstanceMethods in com.mojang.renderpearl.backend.vulkan that return VulkanInstanceMethods in com.mojang.renderpearl.backend.vulkan with parameters of type VulkanInstanceModifier and TypeMethodDescriptionprivate static VulkanPhysicalDeviceVulkanBackend.findPhysicalDevice(VulkanInstance instance, Set<FeatureSet> requiredFeatureSets, Set<FeatureSet> requiredIfExtensionsAvailable) Constructors in com.mojang.renderpearl.backend.vulkan with parameters of type VulkanInstanceModifierConstructorDescriptionVulkanDevice(VulkanInstance instance, VulkanPhysicalDevice physicalDevice, FeatureSet enabledFeatureSet, org.lwjgl.vulkan.VkDevice vkDevice, long vma, CheckpointExtension checkpointExtension)