Uses of Class
com.mojang.blaze3d.vulkan.VulkanPhysicalDevice
Packages that use VulkanPhysicalDevice
-
Uses of VulkanPhysicalDevice in com.mojang.blaze3d.vulkan
Methods in com.mojang.blaze3d.vulkan that return VulkanPhysicalDeviceModifier and TypeMethodDescriptionprivate static VulkanPhysicalDeviceVulkanBackend.findPhysicalDevice(VulkanInstance instance) Methods in com.mojang.blaze3d.vulkan with parameters of type VulkanPhysicalDeviceModifier and TypeMethodDescriptionprivate static VkDeviceVulkanBackend.createDevice(Collection<String> deviceExtensions, VulkanPhysicalDevice physicalDevice, Set<VulkanFeature> vulkanFeatures) Constructors in com.mojang.blaze3d.vulkan with parameters of type VulkanPhysicalDeviceModifierConstructorDescriptionVulkanDevice(ShaderSource defaultShaderSource, VulkanInstance instance, VulkanPhysicalDevice physicalDevice, Set<String> enabledDeviceExtensions, VkDevice vkDevice, long vma, CheckpointExtension checkpointExtension)