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