Files
renderdoc/util/test/rdtest/__init__.py
T
baldurk 02a54be6ad When replaying resource discards fill with explicit pattern. Closes #284
* This helps catches cases where a discarded image is accidentally used and in
  many cases may still have valid data. Particularly on Vulkan this is relevant
  for DONT_CARE renderpass load and store ops.
2020-07-13 17:29:11 +01:00

12 lines
317 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 *