You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vladimír Vondruš
440ece15fb
Audio,Text,Trade: accept void ArrayViews in importer plugins.
...
This makes it much less annoying to pass arbitrarily typed data, such as
std::uint8_t or char8_t and what not. It was already done like this for
the new shader converter plugins, where the input is often 32-bit ints
for SPIR-V.
OTOH the internal virtual API is kept with ArrayView<const char>, as
that makes it easier to operate on by the implementations.
5 years ago
..
Test
Adapt to Corrade changes.
5 years ago
AbstractFont.cpp
Audio,Text,Trade: accept void ArrayViews in importer plugins.
5 years ago
AbstractFont.h
Audio,Text,Trade: accept void ArrayViews in importer plugins.
5 years ago
AbstractFontConverter.cpp
Updated copyright year.
5 years ago
AbstractFontConverter.h
ShaderTools,Text: update plugin interface docs accordingly to Trade.
5 years ago
AbstractGlyphCache.cpp
Updated copyright year.
5 years ago
AbstractGlyphCache.h
Updated copyright year.
5 years ago
Alignment.h
Updated copyright year.
5 years ago
CMakeLists.txt
Updated copyright year.
5 years ago
DistanceFieldGlyphCache.cpp
Updated copyright year.
5 years ago
DistanceFieldGlyphCache.h
Updated copyright year.
5 years ago
GlyphCache.cpp
Updated copyright year.
5 years ago
GlyphCache.h
Updated copyright year.
5 years ago
Renderer.cpp
Fix typos
5 years ago
Renderer.h
Shaders: remove the AbstractVector base.
5 years ago
Text.h
Updated copyright year.
5 years ago
configure.h.cmake
Updated copyright year.
5 years ago
fontconverter.cpp
GL: introduce Context::Configuration mirroring --magnum-* arguments.
5 years ago
visibility.h
Updated copyright year.
5 years ago