Uses of Record Class
club.doki7.webgpu.datatype.WGPUTexelCopyBufferInfo
Packages that use WGPUTexelCopyBufferInfo
-
Uses of WGPUTexelCopyBufferInfo in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUTexelCopyBufferInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUTexelCopyBufferInfoModifier and TypeMethodDescriptionstatic WGPUTexelCopyBufferInfo@NotNull WGPUTexelCopyBufferInfoWGPUTexelCopyBufferInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.WGPUTexelCopyBufferInfo.buffer(@Nullable WGPUBuffer value) static WGPUTexelCopyBufferInfoWGPUTexelCopyBufferInfo.clone(Arena arena, WGPUTexelCopyBufferInfo src) WGPUTexelCopyBufferInfo.layout(@NotNull WGPUTexelCopyBufferLayout value) WGPUTexelCopyBufferInfo.layout(Consumer<@NotNull WGPUTexelCopyBufferLayout> consumer) WGPUTexelCopyBufferInfo.Ptr.toArray()Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUTexelCopyBufferInfoModifier and TypeMethodDescription@NotNull Iterator<WGPUTexelCopyBufferInfo> WGPUTexelCopyBufferInfo.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPUTexelCopyBufferInfoModifier and TypeMethodDescriptionstatic WGPUTexelCopyBufferInfoWGPUTexelCopyBufferInfo.clone(Arena arena, WGPUTexelCopyBufferInfo src) voidWGPUTexelCopyBufferInfo.Ptr.write(long index, @NotNull WGPUTexelCopyBufferInfo value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUTexelCopyBufferInfoModifier and TypeMethodDescriptionWGPUTexelCopyBufferInfo.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUTexelCopyBufferInfo> consumer)