mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
d8fa6a1747
* The test is also written generically to be applied to other APIs uniformly
16 lines
458 B
Python
16 lines
458 B
Python
from .util import *
|
|
from .capture import *
|
|
from .runner import *
|
|
from .analyse import *
|
|
from .testcase import *
|
|
from .shared.Texture_Zoo import *
|
|
from .shared.Mesh_Zoo import *
|
|
from .shared.Draw_Zoo import *
|
|
from .shared.Overlay_Test import *
|
|
from .shared.Buffer_Truncation import *
|
|
from .shared.Discard_Zoo import *
|
|
from .shared.Subgroup_Zoo import *
|
|
from .shared.Pixel_History import *
|
|
from .shared.Workgroup_Zoo import *
|
|
from .shared.Groupshared import *
|