python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k 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
Vulkan: SYNC-HAZARD-READ_AFTER_WRITE despite wait semaphores
In my Vulkan application, I use "VK_VALIDATION_FEATURE_ENABLE_SYNCHRONIZATION_VALIDATION_EXT" and I've got this error: "
Validation Error: [ SYNC-HAZARD-READ_AFTER_WRITE ] Object 0: ha...
Saelhenen
Votes: 0
Answers: 0
OpenXR, how to obtain xrGetInstanceProcAddr on windows, C and Vulkan
I need to get the platform-specific xrGetInstanceProcAddr, I'm on windows Visual Studio, language is C, API is vulkan.
I've got error "extern undefined symbol xrGetInstanceProcAddr" when run...
Leon
Votes: 0
Answers: 1