WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPUSurface methods

Functions whose first argument has type WGPUSurface. More...

Functions

void wgpuSurfaceConfigure (WGPUSurface surface, WGPUSurfaceConfiguration const *config)
 
void wgpuSurfaceGetCapabilities (WGPUSurface surface, WGPUAdapter adapter, WGPUSurfaceCapabilities *capabilities)
 
void wgpuSurfaceGetCurrentTexture (WGPUSurface surface, WGPUSurfaceTexture *surfaceTexture)
 
void wgpuSurfacePresent (WGPUSurface surface)
 
void wgpuSurfaceSetLabel (WGPUSurface surface, char const *label)
 
void wgpuSurfaceUnconfigure (WGPUSurface surface)
 
void wgpuSurfaceReference (WGPUSurface surface)
 
void wgpuSurfaceRelease (WGPUSurface surface)
 

Detailed Description

Functions whose first argument has type WGPUSurface.