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