Package com.jme3.opencl.lwjgl
Class LwjglPlatform
java.lang.Object
com.jme3.opencl.lwjgl.LwjglPlatform
- All Implemented Interfaces:
com.jme3.opencl.Platform
- Author:
- shaman
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends String>getName()longintintbooleanhasExtension(String extension) booleanbooleanbooleantoString()
-
Constructor Details
-
LwjglPlatform
public LwjglPlatform(long platform)
-
-
Method Details
-
getPlatform
public long getPlatform() -
getDevices
- Specified by:
getDevicesin interfacecom.jme3.opencl.Platform
-
getProfile
- Specified by:
getProfilein interfacecom.jme3.opencl.Platform
-
isFullProfile
public boolean isFullProfile()- Specified by:
isFullProfilein interfacecom.jme3.opencl.Platform
-
isEmbeddedProfile
public boolean isEmbeddedProfile()- Specified by:
isEmbeddedProfilein interfacecom.jme3.opencl.Platform
-
getVersion
- Specified by:
getVersionin interfacecom.jme3.opencl.Platform
-
getVersionMajor
public int getVersionMajor()- Specified by:
getVersionMajorin interfacecom.jme3.opencl.Platform
-
getVersionMinor
public int getVersionMinor()- Specified by:
getVersionMinorin interfacecom.jme3.opencl.Platform
-
getName
- Specified by:
getNamein interfacecom.jme3.opencl.Platform
-
getVendor
- Specified by:
getVendorin interfacecom.jme3.opencl.Platform
-
hasExtension
- Specified by:
hasExtensionin interfacecom.jme3.opencl.Platform
-
hasOpenGLInterop
public boolean hasOpenGLInterop()- Specified by:
hasOpenGLInteropin interfacecom.jme3.opencl.Platform
-
getExtensions
- Specified by:
getExtensionsin interfacecom.jme3.opencl.Platform
-
toString
-