Files
filament/tools/mipgen
Romain Guy b1242163f7 Make CMake 3.10 the minimum version, add LTO option (#1316)
* Make CMake 3.10 the minimum version, add LTO option

* Install a newer CMake on Linux CI builds

* Update LLVM and Cmake on Windows CI

* Update build/windows/ci-common.bat

Co-Authored-By: Ben Doherty <benjdoherty15@gmail.com>

* Update formatting

* Apply suggestions from code review

* Update build/windows/ci-common.bat

* Update CMake

* Switch Android projects back to CMake 3.6
2019-06-19 12:53:03 -07:00
..
2018-12-12 09:09:01 -08:00

mipgen

mipgen generates mipmaps for an image down to the 1x1 level.

Usage

$ mipgen [options] <input_file> <output_pattern>

Run mipgen --help for more information about available options.