Uses of Record Class
club.doki7.webgpu.datatype.WGPUCompilationInfo
Packages that use WGPUCompilationInfo
-
Uses of WGPUCompilationInfo in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUCompilationInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUCompilationInfoModifier and TypeMethodDescriptionstatic WGPUCompilationInfo@NotNull WGPUCompilationInfoWGPUCompilationInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUCompilationInfoWGPUCompilationInfo.clone(Arena arena, WGPUCompilationInfo src) WGPUCompilationInfo.messageCount(long value) WGPUCompilationInfo.messages(@Nullable IWGPUCompilationMessage value) WGPUCompilationInfo.nextInChain(@Nullable IWGPUChainedStruct value) WGPUCompilationInfo.Ptr.toArray()Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUCompilationInfoModifier and TypeMethodDescription@NotNull Iterator<WGPUCompilationInfo> WGPUCompilationInfo.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPUCompilationInfoModifier and TypeMethodDescriptionstatic WGPUCompilationInfoWGPUCompilationInfo.clone(Arena arena, WGPUCompilationInfo src) voidWGPUCompilationInfo.Ptr.write(long index, @NotNull WGPUCompilationInfo value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUCompilationInfoModifier and TypeMethodDescriptionWGPUCompilationInfo.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUCompilationInfo> consumer)