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