Files
filament/tools/matinfo
Philip Rideout d4a396d52f matinfo / matdbg: fix SPIRV version, add validation.
The value we pass to spvContextCreate() is not SPV_ENV_UNIVERSAL_1_3,
which is what we use in GLSLPostProcessor.

Also add a call to spvValidateBinary(), which would have caught this
oversight.
2020-05-19 16:48:36 -07:00
..
2018-08-03 10:38:22 -07:00

Matinfo

matinfo lists the content of a compiled material as output by matc. This tool is meant to be used for debug purpose only.

Usage

$ matinfo [options] <material file>