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.Ptrstatic WGPUPipelineLayout.Ptrstatic WGPUPipelineLayout.PtrWGPUPipelineLayout.Ptr.allocate(Arena arena, @Nullable WGPUPipelineLayout @NotNull [] values) static WGPUPipelineLayout.PtrWGPUPipelineLayout.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUPipelineLayout> values) static WGPUPipelineLayout.PtrWGPUPipelineLayout.Ptr.allocateV(Arena arena, @Nullable WGPUPipelineLayout value0, @Nullable WGPUPipelineLayout... values) WGPUPipelineLayout.Ptr.offset(long offset) WGPUPipelineLayout.Ptr.reinterpret(long newSize) Assume theWGPUPipelineLayout.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUPipelineLayout.Ptrthat 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).