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