Class LwjglPlatform

java.lang.Object
com.jme3.opencl.lwjgl.LwjglPlatform
All Implemented Interfaces:
com.jme3.opencl.Platform

public final class LwjglPlatform extends Object implements com.jme3.opencl.Platform
Author:
shaman
  • Constructor Details

    • LwjglPlatform

      public LwjglPlatform(long platform)
  • Method Details

    • getPlatform

      public long getPlatform()
    • getDevices

      public List<LwjglDevice> getDevices()
      Specified by:
      getDevices in interface com.jme3.opencl.Platform
    • getProfile

      public String getProfile()
      Specified by:
      getProfile in interface com.jme3.opencl.Platform
    • isFullProfile

      public boolean isFullProfile()
      Specified by:
      isFullProfile in interface com.jme3.opencl.Platform
    • isEmbeddedProfile

      public boolean isEmbeddedProfile()
      Specified by:
      isEmbeddedProfile in interface com.jme3.opencl.Platform
    • getVersion

      public String getVersion()
      Specified by:
      getVersion in interface com.jme3.opencl.Platform
    • getVersionMajor

      public int getVersionMajor()
      Specified by:
      getVersionMajor in interface com.jme3.opencl.Platform
    • getVersionMinor

      public int getVersionMinor()
      Specified by:
      getVersionMinor in interface com.jme3.opencl.Platform
    • getName

      public String getName()
      Specified by:
      getName in interface com.jme3.opencl.Platform
    • getVendor

      public String getVendor()
      Specified by:
      getVendor in interface com.jme3.opencl.Platform
    • hasExtension

      public boolean hasExtension(String extension)
      Specified by:
      hasExtension in interface com.jme3.opencl.Platform
    • hasOpenGLInterop

      public boolean hasOpenGLInterop()
      Specified by:
      hasOpenGLInterop in interface com.jme3.opencl.Platform
    • getExtensions

      public Collection<? extends String> getExtensions()
      Specified by:
      getExtensions in interface com.jme3.opencl.Platform
    • toString

      public String toString()
      Overrides:
      toString in class Object