WebGPU Native  v0.1.0
The WebGPU C API
Loading...
Searching...
No Matches
WGPUSurfaceCapabilities Struct Reference

Data Fields

WGPUChainedStructOutnextInChain
 
size_t formatCount
 
WGPUTextureFormat const * formats
 
size_t presentModeCount
 
WGPUPresentMode const * presentModes
 
size_t alphaModeCount
 
WGPUCompositeAlphaMode const * alphaModes
 

Detailed Description

Definition at line 1105 of file webgpu.h.

Field Documentation

◆ alphaModeCount

size_t WGPUSurfaceCapabilities::alphaModeCount

Definition at line 1111 of file webgpu.h.

◆ alphaModes

WGPUCompositeAlphaMode const* WGPUSurfaceCapabilities::alphaModes

Definition at line 1112 of file webgpu.h.

◆ formatCount

size_t WGPUSurfaceCapabilities::formatCount

Definition at line 1107 of file webgpu.h.

◆ formats

WGPUTextureFormat const* WGPUSurfaceCapabilities::formats

Definition at line 1108 of file webgpu.h.

◆ nextInChain

WGPUChainedStructOut* WGPUSurfaceCapabilities::nextInChain

Definition at line 1106 of file webgpu.h.

◆ presentModeCount

size_t WGPUSurfaceCapabilities::presentModeCount

Definition at line 1109 of file webgpu.h.

◆ presentModes

WGPUPresentMode const* WGPUSurfaceCapabilities::presentModes

Definition at line 1110 of file webgpu.h.


The documentation for this struct was generated from the following file: