Interface Platform
-
- All Known Implementing Classes:
CPUPlatform
,OpenCLPlatform
public interface Platform
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Context
createContext()
DeviceProperties
getDeviceProperties()
PlatformProperties
getPlatformProperties()
-
-
-
Method Detail
-
getPlatformProperties
PlatformProperties getPlatformProperties()
-
getDeviceProperties
DeviceProperties getDeviceProperties()
-
createContext
Context createContext()
-
-