mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-15 10:15:48 +00:00
* This includes: - Incorrect comparisons - Missing type annotations where it can't be inferred - Variable shadowing and bad use - Unused imports - asserts for non-None on types * Passes clean on strict pyright checking except for `reportMissingParameterType`, `reportUnusedVariable`, and `reportOptionalMemberAccess` which are all too spammy and low value to be worth addressing.
7 lines
121 B
Python
7 lines
121 B
Python
import rdtest
|
|
|
|
|
|
class GL_Overlay_Test(rdtest.Overlay_Test):
|
|
demos_test_name = 'GL_Overlay_Test'
|
|
internal = False
|