We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8dfdb commit 7797655Copy full SHA for 7797655
gpu/webgpu/dawn/src/vector-addition.cpp
@@ -30,8 +30,9 @@ class vector_addition {
30
private:
31
// WebGPU entry point, creates and manages everything else.
32
wgpu::Instance instance;
33
- // An adapter represents a specifc GPU implementation on the system. Help to identifty
34
- // the hardware and its capabilities. Can execute anything on a GPU but can get information about it.
+ // An adapter represents a specifc GPU implementation on the system. Help to
+ // identifty the hardware and its capabilities. Can't execute anything on a
35
+ // GPU but can get information about it.
36
wgpu::Adapter adapter;
37
// The actual connection to the GPU device (interface for transitting works)
38
wgpu::Device device;
0 commit comments