Celtoys / Remotery

Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer
Apache License 2.0
3.11k stars 264 forks source link

Vulkan support? #130

Open DrinkyBird opened 6 years ago

DrinkyBird commented 6 years ago

I'm suprised nobody's suggested this yet...

dwilliamson commented 6 years ago

PRs welcome! :)

devshgraphicsprogramming commented 6 years ago

is there any documentation or details on what functions need to be implemented to obtain OpenGL parity?

for a potential contributor

dwilliamson commented 6 years ago

There are two platforms (D3D11 and OpenGL) that implement the functions necessary that any Vulkan port would need to match.

The CUDA platform uses an older pattern which I'd like to one day update. But for now, ignore it.