Skip to content

Commit 7797655

Browse files
committed
webgpu: correct comment about adapter capabilities
1 parent ad8dfdb commit 7797655

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gpu/webgpu/dawn/src/vector-addition.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ class vector_addition {
3030
private:
3131
// WebGPU entry point, creates and manages everything else.
3232
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.
33+
// An adapter represents a specifc GPU implementation on the system. Help to
34+
// identifty the hardware and its capabilities. Can't execute anything on a
35+
// GPU but can get information about it.
3536
wgpu::Adapter adapter;
3637
// The actual connection to the GPU device (interface for transitting works)
3738
wgpu::Device device;

0 commit comments

Comments
 (0)