Uses of Record Class
club.doki7.webgpu.datatype.WGPUBindGroupDescriptor.Ptr
Packages that use WGPUBindGroupDescriptor.Ptr
-
Uses of WGPUBindGroupDescriptor.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUBindGroupDescriptor.PtrModifier and TypeMethodDescriptionstatic WGPUBindGroupDescriptor.PtrWGPUBindGroupDescriptor.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUBindGroupDescriptor> consumer) @NotNull WGPUBindGroupDescriptor.PtrWGPUBindGroupDescriptor.Ptr.offset(long offset) @NotNull WGPUBindGroupDescriptor.PtrWGPUBindGroupDescriptor.Ptr.reinterpret(long newSize) Assume theWGPUBindGroupDescriptor.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUBindGroupDescriptor.Ptrthat uses the same backing storage as thisWGPUBindGroupDescriptor.Ptr, but with the new size.WGPUBindGroupDescriptor.Ptr.slice(long end) @NotNull WGPUBindGroupDescriptor.PtrWGPUBindGroupDescriptor.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).