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 recordRepresents 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 WGPUConstantEntryWGPUConstantEntry.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUConstantEntryWGPUConstantEntry.clone(Arena arena, WGPUConstantEntry src) @Nullable WGPUConstantEntryWGPUFragmentState.constants()@Nullable WGPUConstantEntryWGPUProgrammableStageDescriptor.constants()@Nullable WGPUConstantEntryWGPUVertexState.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 WGPUConstantEntryWGPUConstantEntry.clone(Arena arena, WGPUConstantEntry src) voidWGPUConstantEntry.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)