Uses of Record Class
club.doki7.webgpu.datatype.WGPUTextureViewDescriptor
Packages that use WGPUTextureViewDescriptor
-
Uses of WGPUTextureViewDescriptor in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUTextureViewDescriptorModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUTextureViewDescriptorModifier and TypeMethodDescriptionstatic WGPUTextureViewDescriptor
WGPUTextureViewDescriptor.arrayLayerCount
(int value) WGPUTextureViewDescriptor.aspect
(int value) @NotNull WGPUTextureViewDescriptor
WGPUTextureViewDescriptor.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.WGPUTextureViewDescriptor.baseArrayLayer
(int value) WGPUTextureViewDescriptor.baseMipLevel
(int value) static WGPUTextureViewDescriptor
WGPUTextureViewDescriptor.clone
(Arena arena, WGPUTextureViewDescriptor src) WGPUTextureViewDescriptor.dimension
(int value) WGPUTextureViewDescriptor.format
(int value) WGPUTextureViewDescriptor.label
(@NotNull WGPUStringView value) WGPUTextureViewDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUTextureViewDescriptor.mipLevelCount
(int value) WGPUTextureViewDescriptor.nextInChain
(@Nullable IWGPUChainedStruct value) WGPUTextureViewDescriptor.Ptr.toArray()
WGPUTextureViewDescriptor.usage
(long value) Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUTextureViewDescriptorModifier and TypeMethodDescription@NotNull Iterator
<WGPUTextureViewDescriptor> WGPUTextureViewDescriptor.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUTextureViewDescriptorModifier and TypeMethodDescriptionstatic WGPUTextureViewDescriptor
WGPUTextureViewDescriptor.clone
(Arena arena, WGPUTextureViewDescriptor src) void
WGPUTextureViewDescriptor.Ptr.write
(long index, @NotNull WGPUTextureViewDescriptor value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUTextureViewDescriptorModifier and TypeMethodDescriptionWGPUTextureViewDescriptor.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUTextureViewDescriptor> consumer)