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 recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUTexelCopyTextureInfoModifier and TypeMethodDescriptionstatic WGPUTexelCopyTextureInfoWGPUTexelCopyTextureInfo.aspect(int value) @NotNull WGPUTexelCopyTextureInfoWGPUTexelCopyTextureInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUTexelCopyTextureInfoWGPUTexelCopyTextureInfo.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 WGPUTexelCopyTextureInfoWGPUTexelCopyTextureInfo.clone(Arena arena, WGPUTexelCopyTextureInfo src) voidWGPUTexelCopyTextureInfo.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)