Uses of Record Class
club.doki7.webgpu.datatype.WGPUComputePassTimestampWrites
Packages that use WGPUComputePassTimestampWrites
-
Uses of WGPUComputePassTimestampWrites in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUComputePassTimestampWritesModifier 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 WGPUComputePassTimestampWritesModifier and TypeMethodDescription@NotNull WGPUComputePassTimestampWrites
WGPUComputePassTimestampWrites.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.WGPUComputePassTimestampWrites.beginningOfPassWriteIndex
(int value) WGPUComputePassTimestampWrites.clone
(Arena arena, WGPUComputePassTimestampWrites src) WGPUComputePassTimestampWrites.endOfPassWriteIndex
(int value) WGPUComputePassTimestampWrites.querySet
(@Nullable WGPUQuerySet value) @Nullable WGPUComputePassTimestampWrites
WGPUComputePassDescriptor.timestampWrites()
WGPUComputePassTimestampWrites.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUComputePassTimestampWritesModifier and TypeMethodDescription@NotNull Iterator
<WGPUComputePassTimestampWrites> WGPUComputePassTimestampWrites.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUComputePassTimestampWritesModifier and TypeMethodDescriptionWGPUComputePassTimestampWrites.clone
(Arena arena, WGPUComputePassTimestampWrites src) void
WGPUComputePassTimestampWrites.Ptr.write
(long index, @NotNull WGPUComputePassTimestampWrites value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUComputePassTimestampWritesModifier and TypeMethodDescriptionWGPUComputePassTimestampWrites.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUComputePassTimestampWrites> consumer)