Uses of Class
com.mojang.renderpearl.backend.vulkan.VulkanPhysicalDevice
Packages that use VulkanPhysicalDevice
-
Uses of VulkanPhysicalDevice in com.mojang.renderpearl.backend.vulkan
Methods in com.mojang.renderpearl.backend.vulkan that return VulkanPhysicalDeviceModifier and TypeMethodDescriptionprivate static VulkanPhysicalDeviceVulkanBackend.findPhysicalDevice(VulkanInstance instance, Set<FeatureSet> requiredFeatureSets, Set<FeatureSet> requiredIfExtensionsAvailable) Methods in com.mojang.renderpearl.backend.vulkan with parameters of type VulkanPhysicalDeviceModifier and TypeMethodDescriptionprivate static org.lwjgl.vulkan.VkDeviceVulkanBackend.createDevice(FeatureSet featureSet, VulkanPhysicalDevice physicalDevice) Constructors in com.mojang.renderpearl.backend.vulkan with parameters of type VulkanPhysicalDeviceModifierConstructorDescriptionVulkanDevice(VulkanInstance instance, VulkanPhysicalDevice physicalDevice, FeatureSet enabledFeatureSet, org.lwjgl.vulkan.VkDevice vkDevice, long vma, CheckpointExtension checkpointExtension)