Halide
WGPUSwapChainDescriptor Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
const char * label
 
WGPUTextureUsageFlags usage
 
WGPUTextureFormat format
 
uint32_t width
 
uint32_t height
 
WGPUPresentMode presentMode
 
uint64_t implementation
 

Detailed Description

Definition at line 1123 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUSwapChainDescriptor::nextInChain

Definition at line 1124 of file mini_webgpu.h.

◆ label

const char* WGPUSwapChainDescriptor::label

Definition at line 1125 of file mini_webgpu.h.

◆ usage

WGPUTextureUsageFlags WGPUSwapChainDescriptor::usage

Definition at line 1126 of file mini_webgpu.h.

◆ format

WGPUTextureFormat WGPUSwapChainDescriptor::format

Definition at line 1127 of file mini_webgpu.h.

◆ width

uint32_t WGPUSwapChainDescriptor::width

Definition at line 1128 of file mini_webgpu.h.

◆ height

uint32_t WGPUSwapChainDescriptor::height

Definition at line 1129 of file mini_webgpu.h.

◆ presentMode

WGPUPresentMode WGPUSwapChainDescriptor::presentMode

Definition at line 1130 of file mini_webgpu.h.

◆ implementation

uint64_t WGPUSwapChainDescriptor::implementation

Definition at line 1131 of file mini_webgpu.h.


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