17 lines
139 B
C++
17 lines
139 B
C++
//
|
|
// Created by Vicente Ferrari Smith on 06.03.26.
|
|
//
|
|
|
|
#ifndef V_WEBGPU_H
|
|
#define V_WEBGPU_H
|
|
|
|
|
|
|
|
class webgpu {
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif //V_WEBGPU_H
|