Uses of Record Class
club.doki7.webgpu.handle.WGPUBindGroupLayout.Ptr
Packages that use WGPUBindGroupLayout.Ptr
-
Uses of WGPUBindGroupLayout.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUBindGroupLayout.PtrModifier and TypeMethodDescriptionWGPUPipelineLayoutDescriptor.bindGroupLayouts()Note: the returnedWGPUBindGroupLayout.Ptrdoes not have correctsize()property.Methods in club.doki7.webgpu.datatype with parameters of type WGPUBindGroupLayout.PtrModifier and TypeMethodDescriptionWGPUPipelineLayoutDescriptor.bindGroupLayouts(WGPUBindGroupLayout.Ptr value) -
Uses of WGPUBindGroupLayout.Ptr in club.doki7.webgpu.handle
Methods in club.doki7.webgpu.handle that return WGPUBindGroupLayout.PtrModifier and TypeMethodDescriptionstatic WGPUBindGroupLayout.Ptrstatic WGPUBindGroupLayout.Ptrstatic WGPUBindGroupLayout.PtrWGPUBindGroupLayout.Ptr.allocate(Arena arena, @Nullable WGPUBindGroupLayout @NotNull [] values) static WGPUBindGroupLayout.PtrWGPUBindGroupLayout.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUBindGroupLayout> values) static WGPUBindGroupLayout.PtrWGPUBindGroupLayout.Ptr.allocateV(Arena arena, @Nullable WGPUBindGroupLayout value0, @Nullable WGPUBindGroupLayout... values) WGPUBindGroupLayout.Ptr.offset(long offset) WGPUBindGroupLayout.Ptr.reinterpret(long newSize) Assume theWGPUBindGroupLayout.Ptris capable of holding at leastnewSizehandles, create a new viewWGPUBindGroupLayout.Ptrthat uses the same backing storage as thisWGPUBindGroupLayout.Ptr, but with the new size.WGPUBindGroupLayout.Ptr.slice(long end) WGPUBindGroupLayout.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).