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 record
Represents 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 WGPUCompilationInfo
WGPUCompilationInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static WGPUCompilationInfo
WGPUCompilationInfo.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 WGPUCompilationInfo
WGPUCompilationInfo.clone
(Arena arena, WGPUCompilationInfo src) void
WGPUCompilationInfo.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)