WebGPU Native  v0.1.0
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 1046 of file webgpu.h.

Field Documentation

◆ backendType

WGPUBackendType WGPURequestAdapterOptions::backendType

Definition at line 1050 of file webgpu.h.

◆ compatibleSurface

WGPUSurface WGPURequestAdapterOptions::compatibleSurface

Definition at line 1048 of file webgpu.h.

◆ forceFallbackAdapter

WGPUBool WGPURequestAdapterOptions::forceFallbackAdapter

Definition at line 1051 of file webgpu.h.

◆ nextInChain

WGPUChainedStruct const* WGPURequestAdapterOptions::nextInChain

Definition at line 1047 of file webgpu.h.

◆ powerPreference

WGPUPowerPreference WGPURequestAdapterOptions::powerPreference

Definition at line 1049 of file webgpu.h.


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