mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-11-04 16:44:50 +00:00
The structure of a GAPI XML file is now defined by the XML schema in gapi.xsd. This XSD is now used by the generator to do a first sanity check on an XML file before trying to generate code from it. Each generatable object still does its own validation. The XSD can also be seen as a documentation of the GAPI XML format, and can be used by third-parties that produce GAPI XML to validate their output. |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| opaque-api.xml | ||
| opaque-sources.xml | ||
| Opaque.metadata | ||
| opaques.c | ||
| opaques.h | ||
| OpaqueTest.cs | ||
| opaquetest.exe.config.in | ||