Files
renderdoc/util/test/rdtest/__init__.py
T
Jake Turner e14bc98e18 Added VK_Workgroup_Zoo, D3D12_Workgroup_Zoo tests
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
2025-04-18 13:58:09 +01:00

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 *