mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
02a54be6ad
* 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.
12 lines
317 B
Python
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 *
|