@ -610,26 +610,27 @@ There are also a few command-line utilities, also all disabled by default:
- `WITH_GL_INFO` --- Build the @ref magnum-gl-info "magnum-gl-info"
- `WITH_GL_INFO` --- Build the @ref magnum-gl-info "magnum-gl-info"
executable, which provides information about the engine OpenGL
executable, which provides information about the engine OpenGL
capabilities. Requires `TARGET_GL` to be enabled; enables building of one
capabilities. Requires `TARGET_GL` to be enabled; enables also building of
of the windowless application libraries based on the target platform.
the @ref GL library and one of the windowless application libraries based
on the target platform.
- `WITH_VK_INFO` --- Build the @ref magnum-vk-info "magnum-vk-info"
- `WITH_VK_INFO` --- Build the @ref magnum-vk-info "magnum-vk-info"
executable, which provides information about the engine Vulkan
executable, which provides information about the engine Vulkan
capabilities. Requires `TARGET_VK` to be enabled; enables building of the
capabilities. Requires `TARGET_VK` to be enabled; enables also building of
@ref Vk library.
the @ref Vk library.
- `WITH_AL_INFO` --- Build the @ref magnum-al-info "magnum-al-info"
- `WITH_AL_INFO` --- Build the @ref magnum-al-info "magnum-al-info"
executable, which provides information about the engine OpenAL
executable, which provides information about the engine OpenAL
capabilities.
capabilities. Enables also building of the @ref Audio library.
- `WITH_DISTANCEFIELDCONVERTER` --- Build the
- `WITH_DISTANCEFIELDCONVERTER` --- Build the
@ref magnum-distancefieldconverter "magnum-distancefieldconverter"
@ref magnum-distancefieldconverter "magnum-distancefieldconverter"
executable for converting black&white images to distance field textures.
executable for converting black&white images to distance field textures.
Enables also building of the @ref TextureTools library. Available only on
Available only on desktop GL. Requires `TARGET_GL` to be enabled; enables
desktop GL. Requires `TARGET_GL` to be enabled; enables building of one of
also building of the @ref TextureTools and @ref GL libraries and one of the
the windowless application libraries based on the target platform.
windowless application libraries based on the target platform.
- `WITH_FONTCONVERTER` --- Build the @ref magnum-fontconverter "magnum-fontconverter"
- `WITH_FONTCONVERTER` --- Build the @ref magnum-fontconverter "magnum-fontconverter"
executable for converting fonts of different formats. Enables also building
executable for converting fonts of different formats. Available only on
of the @ref Text library. Available only on desktop GL. Requires
desktop GL. Requires `TARGET_GL` to be enabled; enables also building of
`TARGET_GL` to be enabled; enables building of one of the windowless
the @ref Text and @ref GL libraries and one of the windowless application
application libraries based on the target platform.
libraries based on the target platform.
- `WITH_IMAGECONVERTER` --- Build the @ref magnum-imageconverter "magnum-imageconverter"
- `WITH_IMAGECONVERTER` --- Build the @ref magnum-imageconverter "magnum-imageconverter"
executable for converting images of different formats. Enables also
executable for converting images of different formats. Enables also
building of the @ref Trade library.
building of the @ref Trade library.