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