Interface VulkanPhysicalDeviceFeaturesType
- All Known Implementing Classes:
VulkanPhysicalDeviceFeatures
@Immutable
public interface VulkanPhysicalDeviceFeaturesType
The features supported by a physical device.
- See Also:
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
features10
VulkanPhysicalDeviceFeatures10 features10()- Returns:
- The features supported by a physical Vulkan 1.0 device.
- See Also:
-
features11
VulkanPhysicalDeviceFeatures11 features11()- Returns:
- The features supported by a physical Vulkan 1.1 device.
- See Also:
-
features12
VulkanPhysicalDeviceFeatures12 features12()- Returns:
- The features supported by a physical Vulkan 1.2 device.
- See Also:
-
features13
VulkanPhysicalDeviceFeatures13 features13()- Returns:
- The features supported by a physical Vulkan 1.3 device.
- See Also:
-