WebGPU Native
v0.1.0
The WebGPU C API
|
Functions whose first argument has type Surface. More...
Functions | |
void | wgpuSurfaceConfigure (WGPUSurface surface, WGPUSurfaceConfiguration const *config) |
void | wgpuSurfaceGetCapabilities (WGPUSurface surface, WGPUAdapter adapter, WGPUSurfaceCapabilities *capabilities) |
void | wgpuSurfaceGetCurrentTexture (WGPUSurface surface, WGPUSurfaceTexture *surfaceTexture) |
WGPUTextureFormat | wgpuSurfaceGetPreferredFormat (WGPUSurface surface, WGPUAdapter adapter) |
void | wgpuSurfacePresent (WGPUSurface surface) |
void | wgpuSurfaceSetLabel (WGPUSurface surface, char const *label) |
void | wgpuSurfaceUnconfigure (WGPUSurface surface) |
void | wgpuSurfaceReference (WGPUSurface surface) |
void | wgpuSurfaceRelease (WGPUSurface surface) |
Functions whose first argument has type Surface.