Interface VulkanPhysicalDeviceFeaturesType
- All Known Implementing Classes:
VulkanPhysicalDeviceFeatures
@Immutable
public interface VulkanPhysicalDeviceFeaturesType
The features supported by a physical device.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault VulkanPhysicalDeviceFeatures10default VulkanPhysicalDeviceFeatures11default VulkanPhysicalDeviceFeatures12default VulkanPhysicalDeviceFeatures13default VulkanPhysicalDeviceFeatures14
-
Method Details
-
features10
- Returns:
- The features supported by a physical Vulkan 1.0 device.
- See Also:
-
features11
- Returns:
- The features supported by a physical Vulkan 1.1 device.
- See Also:
-
features12
- Returns:
- The features supported by a physical Vulkan 1.2 device.
- See Also:
-
features13
- Returns:
- The features supported by a physical Vulkan 1.3 device.
- See Also:
-
features14
- Returns:
- The features supported by a physical Vulkan 1.4 device.
- See Also:
-