mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
a9151a8c0b
* Built entirely independently of the main renderdoc build (for now). * Contains python scripts & framework for running tests on a renderdoc build, which will be run nightly.
6 lines
112 B
Python
6 lines
112 B
Python
from .util import *
|
|
from .capture import *
|
|
from .runner import *
|
|
from .analyse import *
|
|
from .testcase import *
|