Uses of Record Class
club.doki7.webgpu.handle.WGPUAdapter.Ptr
Packages that use WGPUAdapter.Ptr
-
Uses of WGPUAdapter.Ptr in club.doki7.webgpu
Methods in club.doki7.webgpu with parameters of type WGPUAdapter.PtrModifier and TypeMethodDescriptionlongWGPU.instanceEnumerateAdapters(@Nullable WGPUInstance instance, @Nullable IWGPUInstanceEnumerateAdapterOptions options, WGPUAdapter.Ptr adapters) -
Uses of WGPUAdapter.Ptr in club.doki7.webgpu.handle
Methods in club.doki7.webgpu.handle that return WGPUAdapter.PtrModifier and TypeMethodDescriptionstatic WGPUAdapter.Ptrstatic WGPUAdapter.Ptrstatic WGPUAdapter.PtrWGPUAdapter.Ptr.allocate(Arena arena, @Nullable WGPUAdapter @NotNull [] values) static WGPUAdapter.PtrWGPUAdapter.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUAdapter> values) static WGPUAdapter.PtrWGPUAdapter.Ptr.allocateV(Arena arena, @Nullable WGPUAdapter value0, @Nullable WGPUAdapter... values) WGPUAdapter.Ptr.offset(long offset) WGPUAdapter.Ptr.reinterpret(long newSize) Assume theWGPUAdapter.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUAdapter.Ptrthat uses the same backing storage as thisWGPUAdapter.Ptr, but with the new size.WGPUAdapter.Ptr.slice(long end) WGPUAdapter.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).