Uses of Record Class
com.mojang.blaze3d.vulkan.init.VulkanFeature
Packages that use VulkanFeature
-
Uses of VulkanFeature in com.mojang.blaze3d.vulkan
Fields in com.mojang.blaze3d.vulkan declared as VulkanFeatureModifier and TypeFieldDescriptionprivate static final VulkanFeatureVulkanBackend.MULTI_DRAW_FEATUREFields in com.mojang.blaze3d.vulkan with type parameters of type VulkanFeatureModifier and TypeFieldDescriptionstatic final Set<VulkanFeature> VulkanBackend.REQUIRED_DEVICE_FEATURESMethods in com.mojang.blaze3d.vulkan with parameters of type VulkanFeatureModifier and TypeMethodDescriptionprivate static booleanVulkanBackend.isFeatureSupported(VkPhysicalDevice vkPhysicalDevice, VulkanFeature feature) Method parameters in com.mojang.blaze3d.vulkan with type arguments of type VulkanFeatureModifier and TypeMethodDescriptionprivate static VkDeviceVulkanBackend.createDevice(Collection<String> deviceExtensions, VulkanPhysicalDevice physicalDevice, Set<VulkanFeature> vulkanFeatures)