mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-24 10:50:54 +00:00
279a2ec69d
* These tests ensure that texture rendering works correctly for all different types of texture types, and for all formats, across different APIs, including across a remote-proxy connection.
7 lines
146 B
Python
7 lines
146 B
Python
from .util import *
|
|
from .capture import *
|
|
from .runner import *
|
|
from .analyse import *
|
|
from .testcase import *
|
|
from .shared.Texture_Zoo import *
|