Add an introspect module for structs.

Also missing struct fields to the Python bindings that were discovered as a result of the new `introspect` metadata.

PiperOrigin-RevId: 523947396
Change-Id: I367fd2dc8d5fd7e5712a45b70a5c50da51d152e4
This commit is contained in:
Saran Tunyasuvunakool
2023-04-13 02:49:47 -07:00
committed by Copybara-Service
parent bcb19fd85c
commit 2e23594fe8
13 changed files with 6721 additions and 14 deletions
+1
View File
@@ -214,6 +214,7 @@ PYBIND11_MODULE(_render, pymodule) {
X(windowStereo);
X(windowDoublebuffer);
X(currentBuffer);
X(readPixelFormat);
#undef X
#define X(var) \