- All Known Subinterfaces:
ArrayPointer
- All Known Implementing Classes:
DrawArraysIndirectCommand,DrawArraysIndirectCommand.Buffer,DrawElementsIndirectCommand,DrawElementsIndirectCommand.Buffer,GLFWGamepadState,GLFWGammaRamp,GLFWImage,GLFWImage.Buffer,GLFWVidMode,GLFWVidMode.Buffer,MemoryStackPREVIEW,NFDEnumerator,NFDNFilterItem,NFDNFilterItem.Buffer,NFDU8FilterItem,NFDU8FilterItem.Buffer,Pointer,STBIIoCallbacks,Struct
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Addressable relies on preview features of the Java platform:
Addressablerefers to one or more preview APIs:MemorySegment.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
An object that has a
MemorySegmentPREVIEW value.- Since:
- 0.1.0
- Author:
- squid233
-
Method Summary
-
Method Details
-
address
MemorySegmentPREVIEW address()Returns the raw address value.- Returns:
- the raw address value
-
Addressablewhen preview features are enabled.