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