Uses of Record Class
club.doki7.sdl3.handle.SDL_Semaphore.Ptr
Packages that use SDL_Semaphore.Ptr
-
Uses of SDL_Semaphore.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_Semaphore.PtrModifier and TypeMethodDescriptionstatic SDL_Semaphore.Ptrstatic SDL_Semaphore.Ptrstatic SDL_Semaphore.PtrSDL_Semaphore.Ptr.allocate(Arena arena, @Nullable SDL_Semaphore[] values) static SDL_Semaphore.PtrSDL_Semaphore.Ptr.allocateV(Arena arena, @Nullable SDL_Semaphore value0, @Nullable SDL_Semaphore... values) SDL_Semaphore.Ptr.offset(long offset) SDL_Semaphore.Ptr.reinterpret(long newSize) Assume theSDL_Semaphore.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Semaphore.Ptrthat uses the same backing storage as thisSDL_Semaphore.Ptr, but with the new size.SDL_Semaphore.Ptr.slice(long end) SDL_Semaphore.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).