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