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.RequestDeviceResultWGPUSync.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 recordRepresents 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 WGPUDeviceDescriptorWGPUDeviceDescriptor.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUDeviceDescriptorWGPUDeviceDescriptor.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 WGPUDeviceDescriptorWGPUDeviceDescriptor.clone(Arena arena, WGPUDeviceDescriptor src) voidWGPUDeviceDescriptor.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)