-
## Description
After capturing a frame from the 3d_scene example of [Bevy](https://github.com/bevyengine/bevy/commit/f520a341d5737600dbf89015b7729109d67cf041) (specific commit), renderdoc logs VK_E…
-
## Description
I take a capture successfully but during replay renderdoc crashes, accessing a null command list in d3d12_initstate.cpp. I think it might be related to Reserved Resources but I don't…
-
Description
status,controller = cap.OpenCapture(rd.ReplayOptions(), None)
if status != rd.ReplayStatus.Succeeded:
raise RuntimeError("Couldn't initialise replay: " + str(status))
status=16,…
-
The img I give as input of pytesseract.image_to_pdf_or_hocr is something like : /home/edissyum/opencapture/data/tmp/tmp-0.jpg
But here is the error :
Traceback (most recent call last):
File "src/…
-
## Description
I understand this might be a big ask, but I was wondering if there were any plans to support tiled resources in D3D12? We've never really had renderdoc support in this engine and I w…
-
Hello,
When i finished the installation i got this problem:
/etc/systemd/system/OCForInvoices-web.service:8: Executable "gunicorn" not found in path "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/b…
-
## Description
Saving a texture to PNG seems to always use "[Preserve](https://renderdoc.org/docs/python_api/renderdoc/enums_data.html?highlight=texturesamplemapping#renderdoc.AlphaMapping.Preserve) …
-
(Wasn't sure where else to ask this question.)
Is there a programming API for the replay functionality? I am trying to replay frames from within an application and was wondering if it would be poss…
-
## Description
1) If I understand correctly, (renderdoccmd.exe replay foo.rdc) replays an RDC file's frame once. I'd like an option to play back the full frame once, dump to png file optional), th…
-
Hi,
On my project I created two worker.
On the main.py, I have the @OCforInvoices.task decorator
On the main_splitter.py I have the @OCforInvoices_Sep.task decorator
When I launch a process usin…