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