generated from Persson-dev/OpenGLComputeShader
switch to xmake
This commit is contained in:
@@ -2,14 +2,12 @@
|
||||
Simple app to run compute shaders using OpenGL.
|
||||
|
||||
## Building
|
||||
Just run CMake and build. Here's an example:
|
||||
Just run xmake and build. Here's an example:
|
||||
```
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
xmake
|
||||
```
|
||||
|
||||
Tested on Windows 11 using Visual Studio 2022, more testing to follow.
|
||||
Tested on PopOS! using gcc 11.4.0, more testing to follow.
|
||||
|
||||
## Third-Party Dependencies
|
||||
Uses the following third-party dependencies:
|
||||
|
||||
Reference in New Issue
Block a user