Uses of Record Class
club.doki7.sdl3.datatype.SDL_GPUTextureCreateInfo.Ptr
Packages that use SDL_GPUTextureCreateInfo.Ptr
-
Uses of SDL_GPUTextureCreateInfo.Ptr in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype that return SDL_GPUTextureCreateInfo.PtrModifier and TypeMethodDescriptionstatic SDL_GPUTextureCreateInfo.Ptr
@NotNull SDL_GPUTextureCreateInfo.Ptr
SDL_GPUTextureCreateInfo.Ptr.offset
(long offset) @NotNull SDL_GPUTextureCreateInfo.Ptr
SDL_GPUTextureCreateInfo.Ptr.reinterpret
(long newSize) Assume theSDL_GPUTextureCreateInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUTextureCreateInfo.Ptr
that uses the same backing storage as thisSDL_GPUTextureCreateInfo.Ptr
, but with the new size.SDL_GPUTextureCreateInfo.Ptr.slice
(long end) @NotNull SDL_GPUTextureCreateInfo.Ptr
SDL_GPUTextureCreateInfo.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).