Files
filament/tools/matinfo
Mathias Agopian 5bcc4cfff1 Improve the slow-path of creating a program
This removes a lot of heap allocations/deallocations, and reduces
code size. Most improvements come from using CString and
StaticString instead of std::string and better using move
semantics.
2018-11-21 13:46:07 -08:00
..
2018-11-15 16:55:40 -08: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>