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