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