HeavenWu / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

Generator should be able to run with XIDL file and API specified on the command line. #733

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Although full data-driven mapping would be ideal, in the short term we can 
simply map command-line keywords to particular APIs -- such as "DXGI" meaning 
that we should execute the code path to map the DXGI API and dependencies, et 
cetera.

The XIDL file should be specified on the command line. This is required to use 
the generator as a pre-build step for the product assemblies.

Original issue reported on code.google.com by josh.petrie on 16 Nov 2010 at 4:56

GoogleCodeExporter commented 8 years ago
At least for the generating process, this is fixed now. The generator and 
parser are integrated together.

Original comment by alx.xo...@gmail.com on 16 Nov 2010 at 4:11