Interface VulkanPhysicalDeviceFeaturesType

All Known Implementing Classes:
VulkanPhysicalDeviceFeatures

@Immutable public interface VulkanPhysicalDeviceFeaturesType
The features supported by a physical device.
See Also:
  • "VkPhysicalDeviceFeatures"
  • Method Details

    • features10

      Returns:
      The features supported by a physical Vulkan 1.0 device.
      See Also:
      • "VkPhysicalDeviceVulkan11Features"
    • features11

      Returns:
      The features supported by a physical Vulkan 1.1 device.
      See Also:
      • "VkPhysicalDeviceVulkan11Features"
    • features12

      Returns:
      The features supported by a physical Vulkan 1.2 device.
      See Also:
      • "VkPhysicalDeviceVulkan12Features"
    • features13

      Returns:
      The features supported by a physical Vulkan 1.3 device.
      See Also:
      • "VkPhysicalDeviceVulkan13Features"