Uses of Record Class
club.doki7.webgpu.datatype.WGPUComputePassTimestampWrites.Ptr
Packages that use WGPUComputePassTimestampWrites.Ptr
-
Uses of WGPUComputePassTimestampWrites.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUComputePassTimestampWrites.PtrModifier and TypeMethodDescriptionWGPUComputePassTimestampWrites.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUComputePassTimestampWrites> consumer) @NotNull WGPUComputePassTimestampWrites.PtrWGPUComputePassTimestampWrites.Ptr.offset(long offset) @NotNull WGPUComputePassTimestampWrites.PtrWGPUComputePassTimestampWrites.Ptr.reinterpret(long newSize) Assume theWGPUComputePassTimestampWrites.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUComputePassTimestampWrites.Ptrthat uses the same backing storage as thisWGPUComputePassTimestampWrites.Ptr, but with the new size.WGPUComputePassTimestampWrites.Ptr.slice(long end) @NotNull WGPUComputePassTimestampWrites.PtrWGPUComputePassTimestampWrites.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).WGPUComputePassDescriptor.timestampWrites(int assumedCount)