WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPUSurfaceCapabilities Struct Reference

Data Fields

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

Detailed Description

Definition at line 1097 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStructOut* WGPUSurfaceCapabilities::nextInChain

Definition at line 1098 of file webgpu.h.

◆ usages

WGPUTextureUsageFlags WGPUSurfaceCapabilities::usages

Definition at line 1099 of file webgpu.h.

◆ formatCount

size_t WGPUSurfaceCapabilities::formatCount

Definition at line 1100 of file webgpu.h.

◆ formats

WGPUTextureFormat const* WGPUSurfaceCapabilities::formats

Definition at line 1101 of file webgpu.h.

◆ presentModeCount

size_t WGPUSurfaceCapabilities::presentModeCount

Definition at line 1102 of file webgpu.h.

◆ presentModes

WGPUPresentMode const* WGPUSurfaceCapabilities::presentModes

Definition at line 1103 of file webgpu.h.

◆ alphaModeCount

size_t WGPUSurfaceCapabilities::alphaModeCount

Definition at line 1104 of file webgpu.h.

◆ alphaModes

WGPUCompositeAlphaMode const* WGPUSurfaceCapabilities::alphaModes

Definition at line 1105 of file webgpu.h.