Uses of Record Class
club.doki7.webgpu.datatype.WGPUConstantEntry
Packages that use WGPUConstantEntry
-
Uses of WGPUConstantEntry in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUConstantEntryModifier 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 WGPUConstantEntryModifier and TypeMethodDescriptionstatic WGPUConstantEntry
@NotNull WGPUConstantEntry
WGPUConstantEntry.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static WGPUConstantEntry
WGPUConstantEntry.clone
(Arena arena, WGPUConstantEntry src) @Nullable WGPUConstantEntry
WGPUFragmentState.constants()
@Nullable WGPUConstantEntry
WGPUProgrammableStageDescriptor.constants()
@Nullable WGPUConstantEntry
WGPUVertexState.constants()
WGPUConstantEntry.key
(@NotNull WGPUStringView value) WGPUConstantEntry.key
(Consumer<@NotNull WGPUStringView> consumer) WGPUConstantEntry.nextInChain
(@Nullable IWGPUChainedStruct value) WGPUConstantEntry.Ptr.toArray()
WGPUConstantEntry.value
(double value) Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUConstantEntryModifier and TypeMethodDescription@NotNull Iterator
<WGPUConstantEntry> WGPUConstantEntry.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUConstantEntryModifier and TypeMethodDescriptionstatic WGPUConstantEntry
WGPUConstantEntry.clone
(Arena arena, WGPUConstantEntry src) void
WGPUConstantEntry.Ptr.write
(long index, @NotNull WGPUConstantEntry value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUConstantEntryModifier and TypeMethodDescriptionWGPUConstantEntry.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUConstantEntry> consumer)