mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 07:23:35 +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.
|
||||
|
||||
Unit tests map:
|
||||
| | Linux | Windows | Msys2 (MinGW64) | macOS
|
||||
---------- | ----- | ------- | --------------- | -----
|
||||
Vulkan |  |  | ❌ | ❌
|
||||
OpenGL |  |  | ❌ | ❌
|
||||
OpenGL ES |  |  | ❌ | ❌
|
||||
D3D11 | ❌ |  |  | ❌
|
||||
Software |  |  |  | 
|
||||
| | Linux | Windows | Msys2 (MinGW64) | macOS |
|
||||
|-----------|-------|---------|-----------------|-------|
|
||||
| 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 | [](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 | [](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 | ❌ | [](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 | [](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
|
||||
#include <Pulse.h>
|
||||
|
||||
Reference in New Issue
Block a user