Uses of Record Class
club.doki7.webgpu.datatype.WGPUTexelCopyTextureInfo
Packages that use WGPUTexelCopyTextureInfo
-
Uses of WGPUTexelCopyTextureInfo in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUTexelCopyTextureInfoModifier 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 WGPUTexelCopyTextureInfoModifier and TypeMethodDescriptionstatic WGPUTexelCopyTextureInfo
WGPUTexelCopyTextureInfo.aspect
(int value) @NotNull WGPUTexelCopyTextureInfo
WGPUTexelCopyTextureInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static WGPUTexelCopyTextureInfo
WGPUTexelCopyTextureInfo.clone
(Arena arena, WGPUTexelCopyTextureInfo src) WGPUTexelCopyTextureInfo.mipLevel
(int value) WGPUTexelCopyTextureInfo.origin
(@NotNull WGPUOrigin3d value) WGPUTexelCopyTextureInfo.origin
(Consumer<@NotNull WGPUOrigin3d> consumer) WGPUTexelCopyTextureInfo.texture
(@Nullable WGPUTexture value) WGPUTexelCopyTextureInfo.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUTexelCopyTextureInfoModifier and TypeMethodDescription@NotNull Iterator
<WGPUTexelCopyTextureInfo> WGPUTexelCopyTextureInfo.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUTexelCopyTextureInfoModifier and TypeMethodDescriptionstatic WGPUTexelCopyTextureInfo
WGPUTexelCopyTextureInfo.clone
(Arena arena, WGPUTexelCopyTextureInfo src) void
WGPUTexelCopyTextureInfo.Ptr.write
(long index, @NotNull WGPUTexelCopyTextureInfo value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUTexelCopyTextureInfoModifier and TypeMethodDescriptionWGPUTexelCopyTextureInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUTexelCopyTextureInfo> consumer)