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