nvpro-samples / gl_vk_threaded_cadscene

OpenGL and Vulkan comparison on rendering a CAD scene using various techniques

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vulkan animation

pbc37 opened this issue · comments

When I select any Vulkan option the animation malfuntioncs. Here's an example:

test

It keeps happening, sometimes it even disappears like this:
test2

I think it's the objects go too far beyond the zfar of the camera and fast in the animation. When I switch back to OpenGL core it works but with Vulkan.
Here's more info:

  • Project generated with CMake GUI 3.16.0 rc3
  • Compiled with Visual Studio 2019
  • Vulkan version 1.1.126.0
  • shared external and shared source version: master
  • This project version: master

please check latest commit, should fix it, thanks for reporting