mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
e14bc98e18
Tests specifically aimed at workgroup debugging i.e GSM and non-aligned subgroups Not focused on unit tests of subgroup/quad instructions that is handled by *_Subgroup_Zoo
14 lines
388 B
Python
14 lines
388 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.Workgroup_Zoo import *
|