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