mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
bd193696b8
* We shouldn't require 'pure virtual' functions in CaptureViewer implementations in python, so detect when the derived class methods point to the base class pass-throughs, and skip them in that case.