mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Determine python version from python module directly
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user