public final class LwjglPlatform
extends java.lang.Object
implements com.jme3.opencl.Platform
| Constructor and Description |
|---|
LwjglPlatform(long platform) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LwjglDevice> |
getDevices() |
java.util.Collection<? extends java.lang.String> |
getExtensions() |
java.lang.String |
getName() |
long |
getPlatform() |
java.lang.String |
getProfile() |
java.lang.String |
getVendor() |
java.lang.String |
getVersion() |
int |
getVersionMajor() |
int |
getVersionMinor() |
boolean |
hasExtension(java.lang.String extension) |
boolean |
hasOpenGLInterop() |
boolean |
isEmbeddedProfile() |
boolean |
isFullProfile() |
java.lang.String |
toString() |
public long getPlatform()
public java.util.List<LwjglDevice> getDevices()
getDevices in interface com.jme3.opencl.Platformpublic java.lang.String getProfile()
getProfile in interface com.jme3.opencl.Platformpublic boolean isFullProfile()
isFullProfile in interface com.jme3.opencl.Platformpublic boolean isEmbeddedProfile()
isEmbeddedProfile in interface com.jme3.opencl.Platformpublic java.lang.String getVersion()
getVersion in interface com.jme3.opencl.Platformpublic int getVersionMajor()
getVersionMajor in interface com.jme3.opencl.Platformpublic int getVersionMinor()
getVersionMinor in interface com.jme3.opencl.Platformpublic java.lang.String getName()
getName in interface com.jme3.opencl.Platformpublic java.lang.String getVendor()
getVendor in interface com.jme3.opencl.Platformpublic boolean hasExtension(java.lang.String extension)
hasExtension in interface com.jme3.opencl.Platformpublic boolean hasOpenGLInterop()
hasOpenGLInterop in interface com.jme3.opencl.Platformpublic java.util.Collection<? extends java.lang.String> getExtensions()
getExtensions in interface com.jme3.opencl.Platformpublic java.lang.String toString()
toString in class java.lang.Object