MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getSimd

Method getSimd

CodenameOne/src/com/codename1/ui/CN.java:1142–1144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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`.

Callers 2

allocAlignedMethod · 0.95
getMethod · 0.95

Calls 1

getInstanceMethod · 0.95

Tested by

no test coverage detected