This commit is contained in:
2025-04-13 19:21:00 +02:00
parent fbe1854067
commit 4daee79517

View File

@@ -9,11 +9,11 @@ Pulse is a low level GPGPU library designed for highly intensive general GPU com
| | Linux | Windows | Msys2 (MinGW64) | macOS | | Linux | Windows | Msys2 (MinGW64) | macOS
---------- | ----- | ------- | --------------- | ----- ---------- | ----- | ------- | --------------- | -----
Vulkan | [![Linux build](https://github.com/ft-grmhd/Pulse/actions/workflows/linux-build.yml/badge.svg)](https://github.com/ft-grmhd/Pulse/actions/workflows/linux-build.yml) | NONE | NONE | NONE Vulkan | ![test](https://github.com/ft-grmhd/Pulse/actions/workflows/vulkan-test-linux.yml/badge.svg) | ![test](https://github.com/ft-grmhd/Pulse/actions/workflows/vulkan-test-windows.yml/badge.svg) | ❌ | ❌
OpenGL | [![Linux build](https://github.com/ft-grmhd/Pulse/actions/workflows/linux-build.yml/badge.svg)](https://github.com/ft-grmhd/Pulse/actions/workflows/linux-build.yml) | NONE | NONE | NONE OpenGL | ![test](https://github.com/ft-grmhd/Pulse/actions/workflows/opengl-test-linux.yml/badge.svg) | ![test](https://github.com/ft-grmhd/Pulse/actions/workflows/opengl-test-windows.yml/badge.svg) | ❌ | ❌
OpenGL ES | [![Linux build](https://github.com/ft-grmhd/Pulse/actions/workflows/linux-build.yml/badge.svg)](https://github.com/ft-grmhd/Pulse/actions/workflows/linux-build.yml) | NONE | NONE | NONE OpenGL ES | ![test](https://github.com/ft-grmhd/Pulse/actions/workflows/opengl-es-test-linux.yml/badge.svg) | ![test](https://github.com/ft-grmhd/Pulse/actions/workflows/opengl-es-test-windows.yml/badge.svg) | ❌ | ❌
D3D11 | ❌ | NONE | NONE | NONE D3D11 | ![test](https://github.com/ft-grmhd/Pulse/actions/workflows/d3d11-test-linux.yml/badge.svg) | ![test](https://github.com/ft-grmhd/Pulse/actions/workflows/d3d11-test-windows.yml/badge.svg) | ![test](https://github.com/ft-grmhd/Pulse/actions/workflows/d3d11-test-msys2.yml/badge.svg) | ❌
Software | ![linux-software](https://github.com/ft-grmhd/Pulse/actions/workflows/software.yml/badge.svg) | NONE | NONE | NONE Software | ![test](https://github.com/ft-grmhd/Pulse/actions/workflows/software-test-linux.yml/badge.svg) | ![test](https://github.com/ft-grmhd/Pulse/actions/workflows/software-test-windows.yml/badge.svg) | ![test](https://github.com/ft-grmhd/Pulse/actions/workflows/software-test-msys2.yml/badge.svg) | ![test](https://github.com/ft-grmhd/Pulse/actions/workflows/software-test-macos.yml/badge.svg)
```cpp ```cpp
#include <Pulse.h> #include <Pulse.h>