Uses of Record Class
club.doki7.webgpu.datatype.WGPUExtent3d
Packages that use WGPUExtent3d
-
Uses of WGPUExtent3d in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUExtent3dModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUExtent3dModifier and TypeMethodDescriptionstatic WGPUExtent3d@NotNull WGPUExtent3dWGPUExtent3d.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUExtent3dWGPUExtent3d.clone(Arena arena, WGPUExtent3d src) WGPUExtent3d.depthOrArrayLayers(int value) WGPUExtent3d.height(int value) @NotNull WGPUExtent3dWGPUTextureDescriptor.size()WGPUExtent3d.Ptr.toArray()WGPUExtent3d.width(int value) Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUExtent3dMethods in club.doki7.webgpu.datatype with parameters of type WGPUExtent3dModifier and TypeMethodDescriptionstatic WGPUExtent3dWGPUExtent3d.clone(Arena arena, WGPUExtent3d src) WGPUTextureDescriptor.size(@NotNull WGPUExtent3d value) voidWGPUExtent3d.Ptr.write(long index, @NotNull WGPUExtent3d value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUExtent3dModifier and TypeMethodDescriptionWGPUExtent3d.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUExtent3d> consumer) WGPUTextureDescriptor.size(Consumer<@NotNull WGPUExtent3d> consumer)