Uses of Record Class
club.doki7.webgpu.datatype.WGPUCompilationMessage
Packages that use WGPUCompilationMessage
-
Uses of WGPUCompilationMessage in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUCompilationMessageModifier 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 WGPUCompilationMessageModifier and TypeMethodDescriptionstatic WGPUCompilationMessage
@NotNull WGPUCompilationMessage
WGPUCompilationMessage.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static WGPUCompilationMessage
WGPUCompilationMessage.clone
(Arena arena, WGPUCompilationMessage src) WGPUCompilationMessage.length
(long value) WGPUCompilationMessage.lineNum
(long value) WGPUCompilationMessage.linePos
(long value) WGPUCompilationMessage.message
(@NotNull WGPUStringView value) WGPUCompilationMessage.message
(Consumer<@NotNull WGPUStringView> consumer) @Nullable WGPUCompilationMessage
WGPUCompilationInfo.messages()
WGPUCompilationMessage.nextInChain
(@Nullable IWGPUChainedStruct value) WGPUCompilationMessage.offset
(long value) WGPUCompilationMessage.Ptr.toArray()
WGPUCompilationMessage.type
(int value) Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUCompilationMessageModifier and TypeMethodDescription@NotNull Iterator
<WGPUCompilationMessage> WGPUCompilationMessage.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUCompilationMessageModifier and TypeMethodDescriptionstatic WGPUCompilationMessage
WGPUCompilationMessage.clone
(Arena arena, WGPUCompilationMessage src) void
WGPUCompilationMessage.Ptr.write
(long index, @NotNull WGPUCompilationMessage value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUCompilationMessageModifier and TypeMethodDescriptionWGPUCompilationMessage.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUCompilationMessage> consumer)