gpu.cpp 0.1.0
 
Loading...
Searching...
No Matches
gpu::Array Struct Reference

Represents a buffer of values on the GPU. More...

#include <gpu.h>

Public Attributes

WGPUBuffer buffer
 
WGPUBufferUsageFlags usage
 
size_t size
 

Detailed Description

Represents a buffer of values on the GPU.

Definition at line 32 of file gpu.h.

Member Data Documentation

◆ buffer

WGPUBuffer gpu::Array::buffer

Definition at line 33 of file gpu.h.

◆ size

size_t gpu::Array::size

Definition at line 35 of file gpu.h.

◆ usage

WGPUBufferUsageFlags gpu::Array::usage

Definition at line 34 of file gpu.h.


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