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 TypeMethodDescriptionlong
WGPU.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.Ptr
static WGPUAdapter.Ptr
static WGPUAdapter.Ptr
WGPUAdapter.Ptr.allocate
(Arena arena, @Nullable WGPUAdapter @NotNull [] values) static WGPUAdapter.Ptr
WGPUAdapter.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUAdapter> values) static WGPUAdapter.Ptr
WGPUAdapter.Ptr.allocateV
(Arena arena, @Nullable WGPUAdapter value0, @Nullable WGPUAdapter... values) WGPUAdapter.Ptr.offset
(long offset) WGPUAdapter.Ptr.reinterpret
(long newSize) Assume theWGPUAdapter.Ptr
is capable of holding at leastnewSize
handles, create a new viewWGPUAdapter.Ptr
that 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).