Files
renderdoc/util/test/rdtest/__init__.py
T
Jake Turner 033a4d1e5a First version of python for *_Groupshared tests
Verify outval shader debugger variable matches the real generated data in outBuf
2025-05-07 12:12:57 +01:00

15 lines
422 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 *
from .shared.Groupshared import *