Uses of Record Class
club.doki7.webgpu.handle.WGPUAdapter
Packages that use WGPUAdapter
-
Uses of WGPUAdapter in club.doki7.webgpu
Fields in club.doki7.webgpu declared as WGPUAdapterModifier and TypeFieldDescriptionfinal @Nullable WGPUAdapter
WGPUSync.RequestAdapterResult.adapter
Methods in club.doki7.webgpu with parameters of type WGPUAdapterModifier and TypeMethodDescriptionvoid
WGPU.adapterAddRef
(WGPUAdapter adapter) void
WGPU.adapterGetFeatures
(WGPUAdapter adapter, IWGPUSupportedFeatures features) int
WGPU.adapterGetInfo
(WGPUAdapter adapter, IWGPUAdapterInfo info) int
WGPU.adapterGetLimits
(WGPUAdapter adapter, IWGPULimits limits) int
WGPU.adapterHasFeature
(WGPUAdapter adapter, int feature) void
WGPU.adapterRelease
(WGPUAdapter adapter) WGPU.adapterRequestDevice
(SegmentAllocator allocator, WGPUAdapter adapter, @Nullable IWGPUDeviceDescriptor descriptor, WGPURequestDeviceCallbackInfo callbackInfo) static WGPUSync.RequestDeviceResult
WGPUSync.adapterRequestDevice
(WGPU wgpu, WGPUAdapter adapter, WGPUDeviceDescriptor descriptor) int
WGPU.surfaceGetCapabilities
(WGPUSurface surface, WGPUAdapter adapter, IWGPUSurfaceCapabilities capabilities) Constructors in club.doki7.webgpu with parameters of type WGPUAdapterModifierConstructorDescriptionRequestAdapterResult
(int status, @Nullable WGPUAdapter adapter, @Nullable String message) -
Uses of WGPUAdapter in club.doki7.webgpu.handle
Classes in club.doki7.webgpu.handle that implement interfaces with type arguments of type WGPUAdapterModifier and TypeClassDescriptionstatic final record
Represents a pointer toWGPUAdapter
handle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUAdapterModifier and TypeMethodDescription@Nullable WGPUAdapter
WGPUAdapter.Ptr.read()
@Nullable WGPUAdapter
WGPUAdapter.Ptr.read
(long index) Methods in club.doki7.webgpu.handle that return types with arguments of type WGPUAdapterMethods in club.doki7.webgpu.handle with parameters of type WGPUAdapterModifier and TypeMethodDescriptionstatic WGPUAdapter.Ptr
WGPUAdapter.Ptr.allocate
(Arena arena, @Nullable WGPUAdapter @NotNull [] values) static WGPUAdapter.Ptr
WGPUAdapter.Ptr.allocateV
(Arena arena, @Nullable WGPUAdapter value0, @Nullable WGPUAdapter... values) void
WGPUAdapter.Ptr.write
(long index, @Nullable WGPUAdapter value) void
WGPUAdapter.Ptr.write
(@Nullable WGPUAdapter value) void
WGPUAdapter.Ptr.write
(@Nullable WGPUAdapter[] values) void
WGPUAdapter.Ptr.writeV
(@Nullable WGPUAdapter value0, @Nullable WGPUAdapter... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUAdapterModifier and TypeMethodDescriptionstatic WGPUAdapter.Ptr
WGPUAdapter.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUAdapter> values)