Uses of Record Class
com.mojang.renderpearl.backend.vulkan.init.FeatureSet
Packages that use FeatureSet
Package
Description
-
Uses of FeatureSet in com.mojang.renderpearl.backend.vulkan
Fields in com.mojang.renderpearl.backend.vulkan declared as FeatureSetModifier and TypeFieldDescriptionstatic final FeatureSetVulkanFeatureSets.AMD_BUFFER_MARKER_FEATURESETstatic final FeatureSetVulkanFeatureSets.CALIBRATED_TIMESTAMP_FEATURESETprivate final FeatureSetVulkanDevice.enabledFeaturesstatic final FeatureSetVulkanFeatureSets.MULTI_DRAW_FEATURESETstatic final FeatureSetVulkanFeatureSets.NV_DIAGNOSTIC_CHECKPOINT_FEATURESETstatic final FeatureSetVulkanFeatureSets.PORTABILITY_SUBSET_FEATURESETstatic final FeatureSetVulkanFeatureSets.REQUIRED_FEATURESETstatic final FeatureSetVulkanFeatureSets.WIREFRAME_FEATURESETMethods in com.mojang.renderpearl.backend.vulkan that return types with arguments of type FeatureSetModifier and TypeMethodDescriptionstatic Set<FeatureSet> VulkanFeatureSets.optionalFeatureSets()static Set<FeatureSet> VulkanFeatureSets.requiredFeatureSets()static Set<FeatureSet> VulkanFeatureSets.requiredIfExtensionsAvailableFeatureSets()Methods in com.mojang.renderpearl.backend.vulkan with parameters of type FeatureSetModifier and TypeMethodDescriptionprivate static org.lwjgl.vulkan.VkDeviceVulkanBackend.createDevice(FeatureSet featureSet, VulkanPhysicalDevice physicalDevice) Method parameters in com.mojang.renderpearl.backend.vulkan with type arguments of type FeatureSetModifier and TypeMethodDescriptionprivate static BackendCreationExceptionVulkanBackend.checkDeviceSuitability(org.lwjgl.vulkan.VkPhysicalDevice vkPhysicalDevice, Set<FeatureSet> requiredFeatureSets, Set<FeatureSet> requiredIfExtensionsAvailable) private static VulkanPhysicalDeviceVulkanBackend.findPhysicalDevice(VulkanInstance instance, Set<FeatureSet> requiredFeatureSets, Set<FeatureSet> requiredIfExtensionsAvailable) Constructors in com.mojang.renderpearl.backend.vulkan with parameters of type FeatureSetModifierConstructorDescriptionVulkanDevice(VulkanInstance instance, VulkanPhysicalDevice physicalDevice, FeatureSet enabledFeatureSet, org.lwjgl.vulkan.VkDevice vkDevice, long vma, CheckpointExtension checkpointExtension) -
Uses of FeatureSet in com.mojang.renderpearl.backend.vulkan.init
Methods in com.mojang.renderpearl.backend.vulkan.init that return FeatureSetMethods in com.mojang.renderpearl.backend.vulkan.init with parameters of type FeatureSetModifier and TypeMethodDescriptionFeatureSet.composite(FeatureSet other) booleanFeatureSet.contains(FeatureSet other) Constructor parameters in com.mojang.renderpearl.backend.vulkan.init with type arguments of type FeatureSet