Class GPUInfo


  • public class GPUInfo
    extends java.lang.Object
    Provides information about the GPU(s) on the system.
    • Method Detail

      • getDevices

        public java.util.List<GPUDevice> getDevices()
        The graphics devices on the system. Element 0 is the primary GPU.
      • getAuxAttributes

        public java.util.Optional<java.util.Map<java.lang.String,​java.lang.Object>> getAuxAttributes()
        An optional dictionary of additional GPU related attributes.
      • getFeatureStatus

        public java.util.Optional<java.util.Map<java.lang.String,​java.lang.Object>> getFeatureStatus()
        An optional dictionary of graphics features and their status.
      • getDriverBugWorkarounds

        public java.util.List<java.lang.String> getDriverBugWorkarounds()
        An optional array of GPU driver bug workarounds.