(ByteBuffer buffer)
| 54 | // --- [ API utilities ] --- |
| 55 | |
| 56 | public static long getAddress(ByteBuffer buffer) { |
| 57 | return org.lwjgl3.system.MemoryUtil.memAddress(buffer); |
| 58 | } |
| 59 | |
| 60 | public static long getAddress(ByteBuffer buffer, int position) { |
| 61 | return org.lwjgl3.system.MemoryUtil.memAddress(buffer, position); |
no outgoing calls
no test coverage detected