Class OpenCLPlatform.Platform

  • Enclosing class:
    OpenCLPlatform

    static class OpenCLPlatform.Platform
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Platform​(int index, org.jocl.cl_platform_id aId, PlatformProperties aPlatformProperties)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • index

        final int index
      • id

        final org.jocl.cl_platform_id id
    • Constructor Detail

      • Platform

        Platform​(int index,
                 org.jocl.cl_platform_id aId,
                 PlatformProperties aPlatformProperties)