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 WGPUInstance
WGPU.createInstance
(@Nullable IWGPUInstanceDescriptor descriptor) Methods in club.doki7.webgpu with parameters of type WGPUInstanceModifier and TypeMethodDescriptionstatic WGPUSync.BufferMapResult
WGPUSync.bufferMap
(WGPU wgpu, WGPUInstance instance, WGPUBuffer buffer, long mode, long offset, long size) void
WGPU.generateReport
(@Nullable WGPUInstance instance, @Nullable IWGPUGlobalReport report) void
WGPU.instanceAddRef
(WGPUInstance instance) @Nullable WGPUSurface
WGPU.instanceCreateSurface
(WGPUInstance instance, IWGPUSurfaceDescriptor descriptor) long
WGPU.instanceEnumerateAdapters
(@Nullable WGPUInstance instance, @Nullable IWGPUInstanceEnumerateAdapterOptions options, WGPUAdapter.Ptr adapters) int
WGPU.instanceGetWgslLanguageFeatures
(WGPUInstance instance, IWGPUSupportedWgslLanguageFeatures features) int
WGPU.instanceHasWgslLanguageFeature
(WGPUInstance instance, int feature) void
WGPU.instanceProcessEvents
(WGPUInstance instance) void
WGPU.instanceRelease
(WGPUInstance instance) WGPU.instanceRequestAdapter
(SegmentAllocator allocator, WGPUInstance instance, @Nullable IWGPURequestAdapterOptions options, WGPURequestAdapterCallbackInfo callbackInfo) WGPUSync.instanceRequestAdapter
(WGPU wgpu, WGPUInstance instance, WGPURequestAdapterOptions options) int
WGPU.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 record
Represents a pointer toWGPUInstance
handle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUInstanceModifier and TypeMethodDescription@Nullable WGPUInstance
WGPUInstance.Ptr.read()
@Nullable WGPUInstance
WGPUInstance.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.Ptr
WGPUInstance.Ptr.allocate
(Arena arena, @Nullable WGPUInstance @NotNull [] values) static WGPUInstance.Ptr
WGPUInstance.Ptr.allocateV
(Arena arena, @Nullable WGPUInstance value0, @Nullable WGPUInstance... values) void
WGPUInstance.Ptr.write
(long index, @Nullable WGPUInstance value) void
WGPUInstance.Ptr.write
(@Nullable WGPUInstance value) void
WGPUInstance.Ptr.write
(@Nullable WGPUInstance[] values) void
WGPUInstance.Ptr.writeV
(@Nullable WGPUInstance value0, @Nullable WGPUInstance... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUInstanceModifier and TypeMethodDescriptionstatic WGPUInstance.Ptr
WGPUInstance.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUInstance> values)