WebGPU Headers
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 859 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUBufferDescriptor::nextInChain

Definition at line 860 of file webgpu.h.

◆ label

char const* WGPUBufferDescriptor::label

Definition at line 861 of file webgpu.h.

◆ usage

WGPUBufferUsageFlags WGPUBufferDescriptor::usage

Definition at line 862 of file webgpu.h.

◆ size

uint64_t WGPUBufferDescriptor::size

Definition at line 863 of file webgpu.h.

◆ mappedAtCreation

WGPUBool WGPUBufferDescriptor::mappedAtCreation

Definition at line 864 of file webgpu.h.