Package com.jme3.opencl
Interface PlatformChooser
- All Known Implementing Classes:
DefaultPlatformChooser
public interface PlatformChooser
This SPI is called on startup to specify which platform and which devices
are used for context creation.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionchooseDevices
(List<? extends Platform> platforms) Chooses one or more devices for the opencl context.