openImplicit

Michael Hall mik3hall at gmail.com
Fri Apr 21 18:08:57 UTC 2023


Would this be the correct jdk20 change?

//textureBufferIds = MemorySegment.allocateNative(1 * 4 * 3, SegmentScope.openImplicit());
    textureBufferIds = MemorySegment.allocateNative(1 * 4 * 3, SegmentScope.auto());


More information about the panama-dev mailing list