Uses of Record Class
club.doki7.webgpu.handle.WGPUTextureView
Packages that use WGPUTextureView
-
Uses of WGPUTextureView in club.doki7.webgpu
Methods in club.doki7.webgpu that return WGPUTextureViewModifier and TypeMethodDescription@Nullable WGPUTextureViewWGPU.textureCreateView(WGPUTexture texture, @Nullable IWGPUTextureViewDescriptor descriptor) Methods in club.doki7.webgpu with parameters of type WGPUTextureViewModifier and TypeMethodDescriptionvoidWGPU.textureViewAddRef(WGPUTextureView textureView) voidWGPU.textureViewRelease(WGPUTextureView textureView) voidWGPU.textureViewSetLabel(WGPUTextureView textureView, WGPUStringView label) -
Uses of WGPUTextureView in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUTextureViewModifier and TypeMethodDescription@Nullable WGPUTextureViewWGPURenderPassColorAttachment.resolveTarget()@Nullable WGPUTextureViewWGPUBindGroupEntry.textureView()@Nullable WGPUTextureViewWGPURenderPassColorAttachment.view()@Nullable WGPUTextureViewWGPURenderPassDepthStencilAttachment.view()Methods in club.doki7.webgpu.datatype with parameters of type WGPUTextureViewModifier and TypeMethodDescriptionWGPURenderPassColorAttachment.resolveTarget(@Nullable WGPUTextureView value) WGPUBindGroupEntry.textureView(@Nullable WGPUTextureView value) WGPURenderPassColorAttachment.view(@Nullable WGPUTextureView value) WGPURenderPassDepthStencilAttachment.view(@Nullable WGPUTextureView value) -
Uses of WGPUTextureView in club.doki7.webgpu.handle
Classes in club.doki7.webgpu.handle that implement interfaces with type arguments of type WGPUTextureViewModifier and TypeClassDescriptionstatic final recordRepresents a pointer toWGPUTextureViewhandle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUTextureViewModifier and TypeMethodDescription@Nullable WGPUTextureViewWGPUTextureView.Ptr.read()@Nullable WGPUTextureViewWGPUTextureView.Ptr.read(long index) Methods in club.doki7.webgpu.handle that return types with arguments of type WGPUTextureViewModifier and TypeMethodDescription@NotNull Iterator<WGPUTextureView> WGPUTextureView.Ptr.iterator()Methods in club.doki7.webgpu.handle with parameters of type WGPUTextureViewModifier and TypeMethodDescriptionstatic WGPUTextureView.PtrWGPUTextureView.Ptr.allocate(Arena arena, @Nullable WGPUTextureView @NotNull [] values) static WGPUTextureView.PtrWGPUTextureView.Ptr.allocateV(Arena arena, @Nullable WGPUTextureView value0, @Nullable WGPUTextureView... values) voidWGPUTextureView.Ptr.write(long index, @Nullable WGPUTextureView value) voidWGPUTextureView.Ptr.write(@Nullable WGPUTextureView value) voidWGPUTextureView.Ptr.write(@Nullable WGPUTextureView[] values) voidWGPUTextureView.Ptr.writeV(@Nullable WGPUTextureView value0, @Nullable WGPUTextureView... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUTextureViewModifier and TypeMethodDescriptionstatic WGPUTextureView.PtrWGPUTextureView.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUTextureView> values)