Package com.jetbrains

Interface Vulkan


@Service @Provided public interface Vulkan
Access to the Vulkan rendering backend, if available.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    A Vulkan device (GPU).
  • Method Summary

    Modifier and Type
    Method
    Description
    Get available Vulkan devices (GPUs).
    boolean
    Check whether Vulkan presentation is enabled.
  • Method Details

    • isPresentationEnabled

      boolean isPresentationEnabled()
      Check whether Vulkan presentation is enabled. Otherwise, only offscreen rendering is available.
      Returns:
      true if Vulkan presentation is enabled
    • getDevices

      Vulkan.Device[] getDevices()
      Get available Vulkan devices (GPUs).
      Returns:
      array of available devices