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