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 recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUComputePassTimestampWritesModifier and TypeMethodDescription@NotNull WGPUComputePassTimestampWritesWGPUComputePassTimestampWrites.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 WGPUComputePassTimestampWritesWGPUComputePassDescriptor.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) voidWGPUComputePassTimestampWrites.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)