Uses of Record Class
club.doki7.sdl3.datatype.SDL_GPUSamplerCreateInfo.Ptr
Packages that use SDL_GPUSamplerCreateInfo.Ptr
-
Uses of SDL_GPUSamplerCreateInfo.Ptr in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype that return SDL_GPUSamplerCreateInfo.PtrModifier and TypeMethodDescriptionstatic SDL_GPUSamplerCreateInfo.Ptr@NotNull SDL_GPUSamplerCreateInfo.PtrSDL_GPUSamplerCreateInfo.Ptr.offset(long offset) @NotNull SDL_GPUSamplerCreateInfo.PtrSDL_GPUSamplerCreateInfo.Ptr.reinterpret(long newSize) Assume theSDL_GPUSamplerCreateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUSamplerCreateInfo.Ptrthat uses the same backing storage as thisSDL_GPUSamplerCreateInfo.Ptr, but with the new size.SDL_GPUSamplerCreateInfo.Ptr.slice(long end) @NotNull SDL_GPUSamplerCreateInfo.PtrSDL_GPUSamplerCreateInfo.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).