Halide
WGPUBufferDescriptor Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
const char * label
 
WGPUBufferUsageFlags usage
 
uint64_t size
 
bool mappedAtCreation
 

Detailed Description

Definition at line 729 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUBufferDescriptor::nextInChain

Definition at line 730 of file mini_webgpu.h.

◆ label

const char* WGPUBufferDescriptor::label

Definition at line 731 of file mini_webgpu.h.

◆ usage

WGPUBufferUsageFlags WGPUBufferDescriptor::usage

Definition at line 732 of file mini_webgpu.h.

◆ size

uint64_t WGPUBufferDescriptor::size

Definition at line 733 of file mini_webgpu.h.

◆ mappedAtCreation

bool WGPUBufferDescriptor::mappedAtCreation

Definition at line 734 of file mini_webgpu.h.


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