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