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