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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUSurface compatibleSurface
 
WGPUPowerPreference powerPreference
 
WGPUBackendType backendType
 
WGPUBool forceFallbackAdapter
 

Detailed Description

Definition at line 1038 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPURequestAdapterOptions::nextInChain

Definition at line 1039 of file webgpu.h.

◆ compatibleSurface

WGPUSurface WGPURequestAdapterOptions::compatibleSurface

Definition at line 1040 of file webgpu.h.

◆ powerPreference

WGPUPowerPreference WGPURequestAdapterOptions::powerPreference

Definition at line 1041 of file webgpu.h.

◆ backendType

WGPUBackendType WGPURequestAdapterOptions::backendType

Definition at line 1042 of file webgpu.h.

◆ forceFallbackAdapter

WGPUBool WGPURequestAdapterOptions::forceFallbackAdapter

Definition at line 1043 of file webgpu.h.