WebGPU Native  v0.1.0
The WebGPU C API
Loading...
Searching...
No Matches
WGPUBufferDescriptor Struct Reference

Data Fields

WGPUChainedStruct const * nextInChain
 
char const * label
 
WGPUBufferUsageFlags usage
 
uint64_t size
 
WGPUBool mappedAtCreation
 

Detailed Description

Definition at line 867 of file webgpu.h.

Field Documentation

◆ label

char const* WGPUBufferDescriptor::label

Definition at line 869 of file webgpu.h.

◆ mappedAtCreation

WGPUBool WGPUBufferDescriptor::mappedAtCreation

Definition at line 872 of file webgpu.h.

◆ nextInChain

WGPUChainedStruct const* WGPUBufferDescriptor::nextInChain

Definition at line 868 of file webgpu.h.

◆ size

uint64_t WGPUBufferDescriptor::size

Definition at line 871 of file webgpu.h.

◆ usage

WGPUBufferUsageFlags WGPUBufferDescriptor::usage

Definition at line 870 of file webgpu.h.


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