Uses of Record Class
club.doki7.webgpu.handle.WGPUInstance
Packages that use WGPUInstance
-
Uses of WGPUInstance in club.doki7.webgpu
Methods in club.doki7.webgpu that return WGPUInstanceModifier and TypeMethodDescription@Nullable WGPUInstanceWGPU.createInstance(@Nullable IWGPUInstanceDescriptor descriptor) Methods in club.doki7.webgpu with parameters of type WGPUInstanceModifier and TypeMethodDescriptionstatic WGPUSync.BufferMapResultWGPUSync.bufferMap(WGPU wgpu, WGPUInstance instance, WGPUBuffer buffer, long mode, long offset, long size) voidWGPU.generateReport(@Nullable WGPUInstance instance, @Nullable IWGPUGlobalReport report) voidWGPU.instanceAddRef(WGPUInstance instance) @Nullable WGPUSurfaceWGPU.instanceCreateSurface(WGPUInstance instance, IWGPUSurfaceDescriptor descriptor) longWGPU.instanceEnumerateAdapters(@Nullable WGPUInstance instance, @Nullable IWGPUInstanceEnumerateAdapterOptions options, WGPUAdapter.Ptr adapters) intWGPU.instanceGetWgslLanguageFeatures(WGPUInstance instance, IWGPUSupportedWgslLanguageFeatures features) intWGPU.instanceHasWgslLanguageFeature(WGPUInstance instance, int feature) voidWGPU.instanceProcessEvents(WGPUInstance instance) voidWGPU.instanceRelease(WGPUInstance instance) WGPU.instanceRequestAdapter(SegmentAllocator allocator, WGPUInstance instance, @Nullable IWGPURequestAdapterOptions options, WGPURequestAdapterCallbackInfo callbackInfo) WGPUSync.instanceRequestAdapter(WGPU wgpu, WGPUInstance instance, WGPURequestAdapterOptions options) intWGPU.instanceWaitAny(WGPUInstance instance, long futureCount, @Nullable IWGPUFutureWaitInfo futures, long timeoutNs) -
Uses of WGPUInstance in club.doki7.webgpu.handle
Classes in club.doki7.webgpu.handle that implement interfaces with type arguments of type WGPUInstanceModifier and TypeClassDescriptionstatic final recordRepresents a pointer toWGPUInstancehandle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUInstanceModifier and TypeMethodDescription@Nullable WGPUInstanceWGPUInstance.Ptr.read()@Nullable WGPUInstanceWGPUInstance.Ptr.read(long index) Methods in club.doki7.webgpu.handle that return types with arguments of type WGPUInstanceMethods in club.doki7.webgpu.handle with parameters of type WGPUInstanceModifier and TypeMethodDescriptionstatic WGPUInstance.PtrWGPUInstance.Ptr.allocate(Arena arena, @Nullable WGPUInstance @NotNull [] values) static WGPUInstance.PtrWGPUInstance.Ptr.allocateV(Arena arena, @Nullable WGPUInstance value0, @Nullable WGPUInstance... values) voidWGPUInstance.Ptr.write(long index, @Nullable WGPUInstance value) voidWGPUInstance.Ptr.write(@Nullable WGPUInstance value) voidWGPUInstance.Ptr.write(@Nullable WGPUInstance[] values) voidWGPUInstance.Ptr.writeV(@Nullable WGPUInstance value0, @Nullable WGPUInstance... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUInstanceModifier and TypeMethodDescriptionstatic WGPUInstance.PtrWGPUInstance.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUInstance> values)