MCPcopy Create free account
hub / github.com/HumbleUI/Skija / _nMakeMetal

Method _nMakeMetal

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

Source from the content-addressed store, hash-verified

54 @ApiStatus.Internal public static native long _nGetFinalizer();
55 @ApiStatus.Internal public static native long _nMakeGL(int width, int height, int sampleCnt, int stencilBits, int fbId, int fbFormat);
56 @ApiStatus.Internal public static native long _nMakeMetal(int width, int height, long texturePtr);
57 @ApiStatus.Internal public static native long _nMakeDirect3D(int width, int height, long texturePtr, int format, int sampleCnt, int levelCnt);
58 @ApiStatus.Internal public static native long _nMakeVulkan(int width, int height, long imagePtr, int imageTiling, int imageLayout, int format, int imageUsageFlags, int sampleCnt, int levelCnt);
59

Callers 1

makeMetalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected