mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
Fix compilation of python modules on windows and rename generated files
This commit is contained in:
@@ -26,6 +26,16 @@
|
||||
|
||||
#include "renderdoc_replay.h"
|
||||
|
||||
template <>
|
||||
std::string DoStringise(const uint32_t &el)
|
||||
{
|
||||
static char tmp[16];
|
||||
memset(tmp, 0, sizeof(tmp));
|
||||
return itoa(el, tmp, 10);
|
||||
}
|
||||
|
||||
#include "renderdoc_tostr.inl"
|
||||
|
||||
extern "C" PyThreadState *GetExecutingThreadState(PyObject *global_handle)
|
||||
{
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user