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 WGPUAdapterWGPUSync.RequestAdapterResult.adapterMethods in club.doki7.webgpu with parameters of type WGPUAdapterModifier and TypeMethodDescriptionvoidWGPU.adapterAddRef(WGPUAdapter adapter) voidWGPU.adapterGetFeatures(WGPUAdapter adapter, IWGPUSupportedFeatures features) intWGPU.adapterGetInfo(WGPUAdapter adapter, IWGPUAdapterInfo info) intWGPU.adapterGetLimits(WGPUAdapter adapter, IWGPULimits limits) intWGPU.adapterHasFeature(WGPUAdapter adapter, int feature) voidWGPU.adapterRelease(WGPUAdapter adapter) WGPU.adapterRequestDevice(SegmentAllocator allocator, WGPUAdapter adapter, @Nullable IWGPUDeviceDescriptor descriptor, WGPURequestDeviceCallbackInfo callbackInfo) static WGPUSync.RequestDeviceResultWGPUSync.adapterRequestDevice(WGPU wgpu, WGPUAdapter adapter, WGPUDeviceDescriptor descriptor) intWGPU.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 recordRepresents a pointer toWGPUAdapterhandle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUAdapterModifier and TypeMethodDescription@Nullable WGPUAdapterWGPUAdapter.Ptr.read()@Nullable WGPUAdapterWGPUAdapter.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.PtrWGPUAdapter.Ptr.allocate(Arena arena, @Nullable WGPUAdapter @NotNull [] values) static WGPUAdapter.PtrWGPUAdapter.Ptr.allocateV(Arena arena, @Nullable WGPUAdapter value0, @Nullable WGPUAdapter... values) voidWGPUAdapter.Ptr.write(long index, @Nullable WGPUAdapter value) voidWGPUAdapter.Ptr.write(@Nullable WGPUAdapter value) voidWGPUAdapter.Ptr.write(@Nullable WGPUAdapter[] values) voidWGPUAdapter.Ptr.writeV(@Nullable WGPUAdapter value0, @Nullable WGPUAdapter... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUAdapterModifier and TypeMethodDescriptionstatic WGPUAdapter.PtrWGPUAdapter.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUAdapter> values)