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