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