MCPcopy Create free account
hub / github.com/JetBrains/skija / _nMakeMetal

Method _nMakeMetal

shared/java/BackendRenderTarget.java:50–50  ·  view source on GitHub ↗
(int width, int height, long texturePtr)

Source from the content-addressed store, hash-verified

48 @ApiStatus.Internal public static native long _nGetFinalizer();
49 @ApiStatus.Internal public static native long _nMakeGL(int width, int height, int sampleCnt, int stencilBits, int fbId, int fbFormat);
50 @ApiStatus.Internal public static native long _nMakeMetal(int width, int height, long texturePtr);
51 @ApiStatus.Internal public static native long _nMakeDirect3D(int width, int height, long texturePtr, int format, int sampleCnt, int levelCnt);
52
53}

Callers 1

makeMetalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected