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 WGPUSurface
WGPU.instanceCreateSurface
(WGPUInstance instance, IWGPUSurfaceDescriptor descriptor) Methods in club.doki7.webgpu with parameters of type WGPUSurfaceModifier and TypeMethodDescriptionvoid
WGPU.surfaceAddRef
(WGPUSurface surface) void
WGPU.surfaceConfigure
(WGPUSurface surface, IWGPUSurfaceConfiguration config) int
WGPU.surfaceGetCapabilities
(WGPUSurface surface, WGPUAdapter adapter, IWGPUSurfaceCapabilities capabilities) void
WGPU.surfaceGetCurrentTexture
(WGPUSurface surface, IWGPUSurfaceTexture surfaceTexture) int
WGPU.surfacePresent
(WGPUSurface surface) void
WGPU.surfaceRelease
(WGPUSurface surface) void
WGPU.surfaceSetLabel
(WGPUSurface surface, WGPUStringView label) void
WGPU.surfaceUnconfigure
(WGPUSurface surface) -
Uses of WGPUSurface in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUSurfaceModifier and TypeMethodDescription@Nullable WGPUSurface
WGPURequestAdapterOptions.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 record
Represents a pointer toWGPUSurface
handle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUSurfaceModifier and TypeMethodDescription@Nullable WGPUSurface
WGPUSurface.Ptr.read()
@Nullable WGPUSurface
WGPUSurface.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.Ptr
WGPUSurface.Ptr.allocate
(Arena arena, @Nullable WGPUSurface @NotNull [] values) static WGPUSurface.Ptr
WGPUSurface.Ptr.allocateV
(Arena arena, @Nullable WGPUSurface value0, @Nullable WGPUSurface... values) void
WGPUSurface.Ptr.write
(long index, @Nullable WGPUSurface value) void
WGPUSurface.Ptr.write
(@Nullable WGPUSurface value) void
WGPUSurface.Ptr.write
(@Nullable WGPUSurface[] values) void
WGPUSurface.Ptr.writeV
(@Nullable WGPUSurface value0, @Nullable WGPUSurface... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUSurfaceModifier and TypeMethodDescriptionstatic WGPUSurface.Ptr
WGPUSurface.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUSurface> values)