Uses of Record Class
club.doki7.webgpu.datatype.WGPUDeviceExtras
Packages that use WGPUDeviceExtras
-
Uses of WGPUDeviceExtras in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUDeviceExtrasModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUDeviceExtrasModifier and TypeMethodDescriptionstatic WGPUDeviceExtras@NotNull WGPUDeviceExtrasWGPUDeviceExtras.Ptr.at(long index) Returns (a pointer to) the structure at the given index.WGPUDeviceExtras.chain(@NotNull WGPUChainedStruct value) WGPUDeviceExtras.chain(Consumer<@NotNull WGPUChainedStruct> consumer) static WGPUDeviceExtrasWGPUDeviceExtras.clone(Arena arena, WGPUDeviceExtras src) WGPUDeviceExtras.Ptr.toArray()WGPUDeviceExtras.tracePath(@NotNull WGPUStringView value) WGPUDeviceExtras.tracePath(Consumer<@NotNull WGPUStringView> consumer) Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUDeviceExtrasModifier and TypeMethodDescription@NotNull Iterator<WGPUDeviceExtras> WGPUDeviceExtras.Ptr.iterator()Methods in club.doki7.webgpu.datatype with parameters of type WGPUDeviceExtrasModifier and TypeMethodDescriptionstatic WGPUDeviceExtrasWGPUDeviceExtras.clone(Arena arena, WGPUDeviceExtras src) voidWGPUDeviceExtras.Ptr.write(long index, @NotNull WGPUDeviceExtras value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUDeviceExtrasModifier and TypeMethodDescriptionWGPUDeviceExtras.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUDeviceExtras> consumer)