python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Nsight Graphics and RenderDoc cannot trace application
I am stuck writing a Vulkan renderer. The final output I see on the screen is only the clear color, animated over time, but no geometries. Even with all possible validation turned on I dont get any er...
Samwise
Votes: 0
Answers: 1
How does one use the .sig file for these Renderdoc Windows builds?
For verifying builds of Renderdoc using the publisher's public key, verifying the Linux binary tarball works as expected; I run gpg --import ./baldurk-pubkey.asc and then gpg --verify renderdoc_1.18.t...
FilmCoder
Votes: 0
Answers: 1
Vulkan dynamic rendering, nothing seems to be getting rasterized
I am trying to render using the dynamic rendering extension, to this effect I am trying to render just a triangle with these 2 shaders:
#version 450
layout(location = 0) in vec2 inPosition;
layout(lo...
Makogan
Votes: 0
Answers: 1
Replicating environment from renderdoc to debug
I have a strange issue, a vulkan application I am writing seemingly runs fine when run from the terminal. But if run from renderdoc an assertion inside the official .hpp header triggers.
Since this on...
Makogan
Votes: 0
Answers: 1