Uses of Record Class
club.doki7.webgpu.datatype.WGPUBufferMapCallbackInfo.Ptr
Packages that use WGPUBufferMapCallbackInfo.Ptr
-
Uses of WGPUBufferMapCallbackInfo.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUBufferMapCallbackInfo.PtrModifier and TypeMethodDescriptionWGPUBufferMapCallbackInfo.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUBufferMapCallbackInfo> consumer) @NotNull WGPUBufferMapCallbackInfo.PtrWGPUBufferMapCallbackInfo.Ptr.offset(long offset) @NotNull WGPUBufferMapCallbackInfo.PtrWGPUBufferMapCallbackInfo.Ptr.reinterpret(long newSize) Assume theWGPUBufferMapCallbackInfo.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUBufferMapCallbackInfo.Ptrthat uses the same backing storage as thisWGPUBufferMapCallbackInfo.Ptr, but with the new size.WGPUBufferMapCallbackInfo.Ptr.slice(long end) @NotNull WGPUBufferMapCallbackInfo.PtrWGPUBufferMapCallbackInfo.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).