mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
yes
This commit is contained in:
15
README.md
15
README.md
@@ -8,13 +8,14 @@
|
|||||||
Pulse is a low level GPGPU library designed for highly intensive general GPU computations with high control over the hardware. It is built on top of Vulkan. A Metal and WebGPU backends are in development.
|
Pulse is a low level GPGPU library designed for highly intensive general GPU computations with high control over the hardware. It is built on top of Vulkan. A Metal and WebGPU backends are in development.
|
||||||
|
|
||||||
Unit tests map:
|
Unit tests map:
|
||||||
| | Linux | Windows | Msys2 (MinGW64) | macOS
|
| | Linux | Windows | Msys2 (MinGW64) | macOS |
|
||||||
---------- | ----- | ------- | --------------- | -----
|
|-----------|-------|---------|-----------------|-------|
|
||||||
Vulkan |  |  | ❌ | ❌
|
| Vulkan | [](https://github.com/ft-grmhd/Pulse/actions/workflows/vulkan-test-linux.yml) | [](https://github.com/ft-grmhd/Pulse/actions/workflows/vulkan-test-windows.yml) | ❌ | ❌ |
|
||||||
OpenGL |  |  | ❌ | ❌
|
| OpenGL | [](https://github.com/ft-grmhd/Pulse/actions/workflows/opengl-test-linux.yml) | [](https://github.com/ft-grmhd/Pulse/actions/workflows/opengl-test-windows.yml) | ❌ | ❌ |
|
||||||
OpenGL ES |  |  | ❌ | ❌
|
| OpenGL ES | [](https://github.com/ft-grmhd/Pulse/actions/workflows/opengl-es-test-linux.yml) | [](https://github.com/ft-grmhd/Pulse/actions/workflows/opengl-es-test-windows.yml) | ❌ | ❌ |
|
||||||
D3D11 | ❌ |  |  | ❌
|
| D3D11 | ❌ | [](https://github.com/ft-grmhd/Pulse/actions/workflows/d3d11-test-windows.yml) | [](https://github.com/ft-grmhd/Pulse/actions/workflows/d3d11-test-msys2.yml) | ❌ |
|
||||||
Software |  |  |  | 
|
| Software | [](https://github.com/ft-grmhd/Pulse/actions/workflows/software-test-linux.yml) | [](https://github.com/ft-grmhd/Pulse/actions/workflows/software-test-windows.yml) | [](https://github.com/ft-grmhd/Pulse/actions/workflows/software-test-msys2.yml) | [](https://github.com/ft-grmhd/Pulse/actions/workflows/software-test-macos.yml) |
|
||||||
|
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
#include <Pulse.h>
|
#include <Pulse.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user