Uses of Record Class
club.doki7.openal.handle.ALCcontext.Ptr
Packages that use ALCcontext.Ptr
-
Uses of ALCcontext.Ptr in club.doki7.openal.handle
Methods in club.doki7.openal.handle that return ALCcontext.PtrModifier and TypeMethodDescriptionstatic ALCcontext.Ptrstatic ALCcontext.Ptrstatic ALCcontext.PtrALCcontext.Ptr.allocate(Arena arena, @Nullable ALCcontext @NotNull [] values) static ALCcontext.PtrALCcontext.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable ALCcontext> values) static ALCcontext.PtrALCcontext.Ptr.allocateV(Arena arena, @Nullable ALCcontext value0, @Nullable ALCcontext... values) ALCcontext.Ptr.offset(long offset) ALCcontext.Ptr.reinterpret(long newSize) Assume theALCcontext.Ptris capable of holding at leastnewSizehandles, create a new viewALCcontext.Ptrthat uses the same backing storage as thisALCcontext.Ptr, but with the new size.ALCcontext.Ptr.slice(long end) ALCcontext.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).