Uses of Record Class
club.doki7.webgpu.handle.WGPUSurface
Packages that use WGPUSurface
-
Uses of WGPUSurface in club.doki7.webgpu
Methods in club.doki7.webgpu that return WGPUSurfaceModifier and TypeMethodDescription@Nullable WGPUSurfaceWGPU.instanceCreateSurface(WGPUInstance instance, IWGPUSurfaceDescriptor descriptor) Methods in club.doki7.webgpu with parameters of type WGPUSurfaceModifier and TypeMethodDescriptionvoidWGPU.surfaceAddRef(WGPUSurface surface) voidWGPU.surfaceConfigure(WGPUSurface surface, IWGPUSurfaceConfiguration config) intWGPU.surfaceGetCapabilities(WGPUSurface surface, WGPUAdapter adapter, IWGPUSurfaceCapabilities capabilities) voidWGPU.surfaceGetCurrentTexture(WGPUSurface surface, IWGPUSurfaceTexture surfaceTexture) intWGPU.surfacePresent(WGPUSurface surface) voidWGPU.surfaceRelease(WGPUSurface surface) voidWGPU.surfaceSetLabel(WGPUSurface surface, WGPUStringView label) voidWGPU.surfaceUnconfigure(WGPUSurface surface) -
Uses of WGPUSurface in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUSurfaceModifier and TypeMethodDescription@Nullable WGPUSurfaceWGPURequestAdapterOptions.compatibleSurface()Methods in club.doki7.webgpu.datatype with parameters of type WGPUSurfaceModifier and TypeMethodDescriptionWGPURequestAdapterOptions.compatibleSurface(@Nullable WGPUSurface value) -
Uses of WGPUSurface in club.doki7.webgpu.handle
Classes in club.doki7.webgpu.handle that implement interfaces with type arguments of type WGPUSurfaceModifier and TypeClassDescriptionstatic final recordRepresents a pointer toWGPUSurfacehandle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUSurfaceModifier and TypeMethodDescription@Nullable WGPUSurfaceWGPUSurface.Ptr.read()@Nullable WGPUSurfaceWGPUSurface.Ptr.read(long index) Methods in club.doki7.webgpu.handle that return types with arguments of type WGPUSurfaceMethods in club.doki7.webgpu.handle with parameters of type WGPUSurfaceModifier and TypeMethodDescriptionstatic WGPUSurface.PtrWGPUSurface.Ptr.allocate(Arena arena, @Nullable WGPUSurface @NotNull [] values) static WGPUSurface.PtrWGPUSurface.Ptr.allocateV(Arena arena, @Nullable WGPUSurface value0, @Nullable WGPUSurface... values) voidWGPUSurface.Ptr.write(long index, @Nullable WGPUSurface value) voidWGPUSurface.Ptr.write(@Nullable WGPUSurface value) voidWGPUSurface.Ptr.write(@Nullable WGPUSurface[] values) voidWGPUSurface.Ptr.writeV(@Nullable WGPUSurface value0, @Nullable WGPUSurface... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUSurfaceModifier and TypeMethodDescriptionstatic WGPUSurface.PtrWGPUSurface.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUSurface> values)