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