Method
_nMakeDirect3D
(int width, int height, long texturePtr, int format, int sampleCnt, int levelCnt)
Source from the content-addressed store, hash-verified
| 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 | } |
Tested by
no test coverage detected