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