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