Package net.renderdoc.api
Class __fsid_t
java.lang.Object
net.renderdoc.api.__fsid_t
__fsid_t relies on preview features of the Java platform:
__fsid_trefers to one or more preview APIs:Arena,MemoryLayout,MemorySegment,SegmentAllocator.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
struct {
int __val[2];
};
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentPREVIEWstatic MemoryLayoutPREVIEW$LAYOUT()static MemorySegmentPREVIEWallocate(SegmentAllocatorPREVIEW allocator) static MemorySegmentPREVIEWallocateArray(long len, SegmentAllocatorPREVIEW allocator) static MemorySegmentPREVIEWofAddress(MemorySegmentPREVIEW addr, ArenaPREVIEW arena) static longsizeof()
-
Constructor Details
-
__fsid_t
public __fsid_t()
-
-
Method Details
-
$LAYOUT
-
__val$slice
-
sizeof
public static long sizeof() -
allocate
-
allocateArray
-
ofAddress
-
__fsid_twhen preview features are enabled.