Halide
WGPUAdapterProperties Struct Reference

#include <mini_webgpu.h>

Public Attributes

WGPUChainedStructOutnextInChain
 
uint32_t vendorID
 
const char * vendorName
 
const char * architecture
 
uint32_t deviceID
 
const char * name
 
const char * driverDescription
 
WGPUAdapterType adapterType
 
WGPUBackendType backendType
 

Detailed Description

Definition at line 694 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

WGPUChainedStructOut* WGPUAdapterProperties::nextInChain

Definition at line 695 of file mini_webgpu.h.

◆ vendorID

uint32_t WGPUAdapterProperties::vendorID

Definition at line 696 of file mini_webgpu.h.

◆ vendorName

const char* WGPUAdapterProperties::vendorName

Definition at line 697 of file mini_webgpu.h.

◆ architecture

const char* WGPUAdapterProperties::architecture

Definition at line 698 of file mini_webgpu.h.

◆ deviceID

uint32_t WGPUAdapterProperties::deviceID

Definition at line 699 of file mini_webgpu.h.

◆ name

const char* WGPUAdapterProperties::name

Definition at line 700 of file mini_webgpu.h.

◆ driverDescription

const char* WGPUAdapterProperties::driverDescription

Definition at line 701 of file mini_webgpu.h.

◆ adapterType

WGPUAdapterType WGPUAdapterProperties::adapterType

Definition at line 702 of file mini_webgpu.h.

◆ backendType

WGPUBackendType WGPUAdapterProperties::backendType

Definition at line 703 of file mini_webgpu.h.


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