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