WebGPU Headers
The WebGPU C API
 
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
Loading...
Searching...
No Matches
WGPUSurfaceColorManagement Struct Reference

Data Fields

WGPUChainedStruct chain
 
WGPUPredefinedColorSpace colorSpace
 
WGPUToneMappingMode toneMappingMode
 

Detailed Description

Extension of WGPUSurfaceConfiguration for color spaces and HDR.

Default values can be set using WGPU_SURFACE_COLOR_MANAGEMENT_INIT as initializer.

Definition at line 3068 of file webgpu.h.

Field Documentation

◆ chain

WGPUChainedStruct WGPUSurfaceColorManagement::chain

Definition at line 3069 of file webgpu.h.

◆ colorSpace

WGPUPredefinedColorSpace WGPUSurfaceColorManagement::colorSpace

The INIT macro sets this to (WGPUPredefinedColorSpace)0.

Definition at line 3073 of file webgpu.h.

◆ toneMappingMode

WGPUToneMappingMode WGPUSurfaceColorManagement::toneMappingMode

The INIT macro sets this to (WGPUToneMappingMode)0.

Definition at line 3077 of file webgpu.h.