Determine python version from python module directly

This commit is contained in:
baldurk
2026-03-12 17:07:08 +00:00
parent d32b8a0371
commit 6e3a0201a8
6 changed files with 36 additions and 14 deletions
@@ -72,4 +72,9 @@ extern "C" void ProcessDecRefQueue()
{
}
extern "C" RENDERDOC_EXPORT_API int _rd_python_minor_version()
{
return PY_MINOR_VERSION;
}
REPLAY_PROGRAM_MARKER()