Uses of Record Class
club.doki7.webgpu.datatype.WGPUDeviceDescriptor
Packages that use WGPUDeviceDescriptor
-
Uses of WGPUDeviceDescriptor in club.doki7.webgpu
Methods in club.doki7.webgpu with parameters of type WGPUDeviceDescriptorModifier and TypeMethodDescriptionstatic WGPUSync.RequestDeviceResult
WGPUSync.adapterRequestDevice
(WGPU wgpu, WGPUAdapter adapter, WGPUDeviceDescriptor descriptor) -
Uses of WGPUDeviceDescriptor in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUDeviceDescriptorModifier 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 WGPUDeviceDescriptorModifier and TypeMethodDescriptionstatic WGPUDeviceDescriptor
@NotNull WGPUDeviceDescriptor
WGPUDeviceDescriptor.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static WGPUDeviceDescriptor
WGPUDeviceDescriptor.clone
(Arena arena, WGPUDeviceDescriptor src) WGPUDeviceDescriptor.defaultQueue
(@NotNull WGPUQueueDescriptor value) WGPUDeviceDescriptor.defaultQueue
(Consumer<@NotNull WGPUQueueDescriptor> consumer) WGPUDeviceDescriptor.deviceLostCallbackInfo
(@NotNull WGPUDeviceLostCallbackInfo value) WGPUDeviceDescriptor.deviceLostCallbackInfo
(Consumer<@NotNull WGPUDeviceLostCallbackInfo> consumer) WGPUDeviceDescriptor.label
(@NotNull WGPUStringView value) WGPUDeviceDescriptor.label
(Consumer<@NotNull WGPUStringView> consumer) WGPUDeviceDescriptor.nextInChain
(@Nullable IWGPUChainedStruct value) WGPUDeviceDescriptor.requiredFeatureCount
(long value) WGPUDeviceDescriptor.requiredFeatures
(@Nullable IntPtr value) WGPUDeviceDescriptor.requiredLimits
(@Nullable IWGPULimits value) WGPUDeviceDescriptor.Ptr.toArray()
WGPUDeviceDescriptor.uncapturedErrorCallbackInfo
(@NotNull WGPUUncapturedErrorCallbackInfo value) WGPUDeviceDescriptor.uncapturedErrorCallbackInfo
(Consumer<@NotNull WGPUUncapturedErrorCallbackInfo> consumer) Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUDeviceDescriptorModifier and TypeMethodDescription@NotNull Iterator
<WGPUDeviceDescriptor> WGPUDeviceDescriptor.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUDeviceDescriptorModifier and TypeMethodDescriptionstatic WGPUDeviceDescriptor
WGPUDeviceDescriptor.clone
(Arena arena, WGPUDeviceDescriptor src) void
WGPUDeviceDescriptor.Ptr.write
(long index, @NotNull WGPUDeviceDescriptor value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUDeviceDescriptorModifier and TypeMethodDescriptionWGPUDeviceDescriptor.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUDeviceDescriptor> consumer)