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

Method _nMakeVulkan

shared/java/BackendTexture.java:65–65  ·  view source on GitHub ↗
(int width, int height, long imagePtr, long deviceMemory, long memoryOffset, long memorySize, int flags, long backendMemory, int imageTiling, int imageLayout, int format, int imageUsageFlags, int sampleCount, int levelCount, int currentQueueFamily, boolean isProtected, int sharingMode, boolean partOfSwapchainOrAndroidWindow)

Source from the content-addressed store, hash-verified

63 @ApiStatus.Internal public static native long _nMakeGL(int width, int height, boolean isMipmapped, int target, int id, int format, boolean isProtected);
64 @ApiStatus.Internal public static native void _nGLTextureParametersModified(long ptr);
65 @ApiStatus.Internal public static native long _nMakeVulkan(int width, int height, long imagePtr, long deviceMemory, long memoryOffset, long memorySize, int flags, long backendMemory, int imageTiling, int imageLayout, int format, int imageUsageFlags, int sampleCount, int levelCount, int currentQueueFamily, boolean isProtected, int sharingMode, boolean partOfSwapchainOrAndroidWindow);
66}

Callers 1

makeVulkanMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected