core: log gpu information in debuginfo

This commit is contained in:
outfoxxed 2026-03-14 02:31:47 -07:00
parent 1123d5ab4f
commit 1b2519d9f3
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
7 changed files with 82 additions and 3 deletions

View file

@ -20,6 +20,7 @@ Checks: >
-cppcoreguidelines-avoid-do-while,
-cppcoreguidelines-pro-type-reinterpret-cast,
-cppcoreguidelines-pro-type-vararg,
-cppcoreguidelines-pro-type-union-access,
-cppcoreguidelines-use-enum-class,
google-global-names-in-headers,
google-readability-casting,