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 WGPUTextureView
WGPU.textureCreateView
(WGPUTexture texture, @Nullable IWGPUTextureViewDescriptor descriptor) Methods in club.doki7.webgpu with parameters of type WGPUTextureViewModifier and TypeMethodDescriptionvoid
WGPU.textureViewAddRef
(WGPUTextureView textureView) void
WGPU.textureViewRelease
(WGPUTextureView textureView) void
WGPU.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 WGPUTextureView
WGPURenderPassColorAttachment.resolveTarget()
@Nullable WGPUTextureView
WGPUBindGroupEntry.textureView()
@Nullable WGPUTextureView
WGPURenderPassColorAttachment.view()
@Nullable WGPUTextureView
WGPURenderPassDepthStencilAttachment.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 record
Represents a pointer toWGPUTextureView
handle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUTextureViewModifier and TypeMethodDescription@Nullable WGPUTextureView
WGPUTextureView.Ptr.read()
@Nullable WGPUTextureView
WGPUTextureView.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.Ptr
WGPUTextureView.Ptr.allocate
(Arena arena, @Nullable WGPUTextureView @NotNull [] values) static WGPUTextureView.Ptr
WGPUTextureView.Ptr.allocateV
(Arena arena, @Nullable WGPUTextureView value0, @Nullable WGPUTextureView... values) void
WGPUTextureView.Ptr.write
(long index, @Nullable WGPUTextureView value) void
WGPUTextureView.Ptr.write
(@Nullable WGPUTextureView value) void
WGPUTextureView.Ptr.write
(@Nullable WGPUTextureView[] values) void
WGPUTextureView.Ptr.writeV
(@Nullable WGPUTextureView value0, @Nullable WGPUTextureView... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUTextureViewModifier and TypeMethodDescriptionstatic WGPUTextureView.Ptr
WGPUTextureView.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUTextureView> values)