Uses of Record Class
club.doki7.webgpu.handle.WGPUBindGroup.Ptr
Packages that use WGPUBindGroup.Ptr
-
Uses of WGPUBindGroup.Ptr in club.doki7.webgpu.handle
Methods in club.doki7.webgpu.handle that return WGPUBindGroup.PtrModifier and TypeMethodDescriptionstatic WGPUBindGroup.Ptrstatic WGPUBindGroup.Ptrstatic WGPUBindGroup.PtrWGPUBindGroup.Ptr.allocate(Arena arena, @Nullable WGPUBindGroup @NotNull [] values) static WGPUBindGroup.PtrWGPUBindGroup.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUBindGroup> values) static WGPUBindGroup.PtrWGPUBindGroup.Ptr.allocateV(Arena arena, @Nullable WGPUBindGroup value0, @Nullable WGPUBindGroup... values) WGPUBindGroup.Ptr.offset(long offset) WGPUBindGroup.Ptr.reinterpret(long newSize) Assume theWGPUBindGroup.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUBindGroup.Ptrthat uses the same backing storage as thisWGPUBindGroup.Ptr, but with the new size.WGPUBindGroup.Ptr.slice(long end) WGPUBindGroup.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).