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