mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
yes
This commit is contained in:
1
.github/workflows/vulkan-test.yml
vendored
1
.github/workflows/vulkan-test.yml
vendored
@@ -39,6 +39,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Detect if running in act
|
- name: Detect if running in act
|
||||||
|
if: runner.os == 'ubuntu-latest'
|
||||||
run: |
|
run: |
|
||||||
if grep -q "act" <<< "$GITHUB_ACTOR"; then
|
if grep -q "act" <<< "$GITHUB_ACTOR"; then
|
||||||
echo "XMAKE_ROOT=y" >> $GITHUB_ENV
|
echo "XMAKE_ROOT=y" >> $GITHUB_ENV
|
||||||
|
|||||||
@@ -7,6 +7,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.
|
||||||
|
|
||||||
|
Platform | Backend Status
|
||||||
|
------------ | -------------
|
||||||
|
Windows | [](https://github.com/NazaraEngine/NazaraEngine/actions/workflows/windows-build.yml)
|
||||||
|
MSYS2 (MinGW64) | [](https://github.com/NazaraEngine/NazaraEngine/actions/workflows/msys2-build.yml)
|
||||||
|
Linux | [](https://github.com/NazaraEngine/NazaraEngine/actions/workflows/linux-build.yml)
|
||||||
|
macOS | [](https://github.com/NazaraEngine/NazaraEngine/actions/workflows/macos-build.yml)
|
||||||
|
Emscripten | [](https://github.com/NazaraEngine/NazaraEngine/actions/workflows/wasm-build.yml)
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
#include <Pulse.h>
|
#include <Pulse.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user