Celtoys / Remotery

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

Fix duplicated names if both D2D12 and Vulkan are enabled #258

Closed Helco closed 5 months ago

Helco commented 5 months ago

Renames two functions whose names clash when both Vulkan and D3D12 are enabled.

Fixes #257