()
| 1140 | |
| 1141 | /// Returns the SIMD API for the current platform. |
| 1142 | public static Simd getSimd() { |
| 1143 | return Display.getInstance().getSimd(); |
| 1144 | } |
| 1145 | |
| 1146 | /// Returns true if the current platform provides a hardware accelerated 3D |
| 1147 | /// GPU backend for `com.codename1.gpu.RenderView`. |
no test coverage detected