Uses of Record Class
club.doki7.webgpu.datatype.WGPUAdapterInfo
Packages that use WGPUAdapterInfo
-
Uses of WGPUAdapterInfo in club.doki7.webgpu
Methods in club.doki7.webgpu that return WGPUAdapterInfoModifier and TypeMethodDescriptionWGPU.deviceGetAdapterInfo
(SegmentAllocator allocator, WGPUDevice device) -
Uses of WGPUAdapterInfo in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUAdapterInfoModifier 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 WGPUAdapterInfoModifier and TypeMethodDescriptionWGPUAdapterInfo.adapterType
(int value) static WGPUAdapterInfo
WGPUAdapterInfo.architecture
(@NotNull WGPUStringView value) WGPUAdapterInfo.architecture
(Consumer<@NotNull WGPUStringView> consumer) @NotNull WGPUAdapterInfo
WGPUAdapterInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.WGPUAdapterInfo.backendType
(int value) static WGPUAdapterInfo
WGPUAdapterInfo.clone
(Arena arena, WGPUAdapterInfo src) WGPUAdapterInfo.description
(@NotNull WGPUStringView value) WGPUAdapterInfo.description
(Consumer<@NotNull WGPUStringView> consumer) WGPUAdapterInfo.device
(@NotNull WGPUStringView value) WGPUAdapterInfo.device
(Consumer<@NotNull WGPUStringView> consumer) WGPUAdapterInfo.deviceId
(int value) WGPUAdapterInfo.nextInChain
(@Nullable IWGPUChainedStruct value) WGPUAdapterInfo.Ptr.toArray()
WGPUAdapterInfo.vendor
(@NotNull WGPUStringView value) WGPUAdapterInfo.vendor
(Consumer<@NotNull WGPUStringView> consumer) WGPUAdapterInfo.vendorId
(int value) Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUAdapterInfoModifier and TypeMethodDescription@NotNull Iterator
<WGPUAdapterInfo> WGPUAdapterInfo.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUAdapterInfoModifier and TypeMethodDescriptionstatic WGPUAdapterInfo
WGPUAdapterInfo.clone
(Arena arena, WGPUAdapterInfo src) void
WGPUAdapterInfo.Ptr.write
(long index, @NotNull WGPUAdapterInfo value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUAdapterInfoModifier and TypeMethodDescriptionWGPUAdapterInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUAdapterInfo> consumer)