Questions tagged [renderdoc]
The renderdoc tag has no summary.
4 questions
0
votes
1
answer
217
views
Decompiling a DXBC - why is an integer operation working with a massive float?
I'm decompiling a game's shaders with RenderDoc in an effort to understand them, and I encountered this segment:
...
1
vote
2
answers
215
views
Can't write DepthBuffer — result is completely white
I am new to DX12 and I am currently trying to get the depth buffer to work. I have done pretty much everything identical to blog posts I've seen online. I can also see that the ...
0
votes
1
answer
264
views
How to check input/output data for shaders in Renderdoc?
How can I check whether my vertex and pixel shaders' input and output have data in Renderdoc?
I have a problem with my pixel shader when I try to include input color. I get a black screen. When I ...
0
votes
1
answer
121
views
Can RenderDoc debug linux binaries?
I have downloaded RenderDoc for linux, but when passing a program as an argument it says "wrong file format", i have tried renaming to program.bin but same error.
Is it a RenderDoc linux ...