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š
cfc02599e5
Trade: drop {MeshAttribute,SceneField}::Custom.
...
I realized those are too annoying when writing a glTF exporter which
contains a lot of switches over enums. And as further shown by the diff,
those were only inflicting additional pain in *all* switch statements,
nothing else, no other added value. And everywhere else the helpers are
the designated way to deal with those, so there's no point in having an
explicit enum value denoting start of a "custom range".
It wasn't even any convenient to have it in the enum, as the extra
effort needed for casting actually made it *exactly* the same length as
if I'd just use a separately-defined constant.
4 years ago
..
AbstractImageConverterTest.cpp
ShaderTools,Trade: properly test failure states of all plugin APIs.
4 years ago
AbstractImporterTest.cpp
ShaderTools,Trade: properly test failure states of all plugin APIs.
4 years ago
AbstractSceneConverterTest.cpp
ShaderTools,Trade: properly test failure states of all plugin APIs.
4 years ago
AnimationDataTest.cpp
Packed debug output for enums used by Trade.
4 years ago
CMakeLists.txt
CMake: use the CMAKE_FOLDER variable instead of FOLDER property.
4 years ago
CameraDataTest.cpp
Packed debug output for enums used by Trade.
4 years ago
DataTest.cpp
Packed debug output for enums used by Trade.
4 years ago
FlatMaterialDataTest.cpp
Updated copyright year.
4 years ago
ImageDataTest.cpp
Test: don't compare char* pointers.
4 years ago
LightDataTest.cpp
Packed debug output for enums used by Trade.
4 years ago
MaterialDataTest.cpp
Packed debug output for enums used by Trade.
4 years ago
MeshData2DTest.cpp
Updated copyright year.
4 years ago
MeshData3DTest.cpp
Updated copyright year.
4 years ago
MeshDataTest.cpp
Trade: drop {MeshAttribute,SceneField}::Custom.
4 years ago
ObjectData2DTest.cpp
Updated copyright year.
4 years ago
ObjectData3DTest.cpp
Updated copyright year.
4 years ago
PbrClearCoatMaterialDataTest.cpp
Updated copyright year.
4 years ago
PbrMetallicRoughnessMaterialDataTest.cpp
Updated copyright year.
4 years ago
PbrSpecularGlossinessMaterialDataTest.cpp
Updated copyright year.
4 years ago
PhongMaterialDataTest.cpp
Updated copyright year.
4 years ago
SceneDataTest.cpp
Trade: drop {MeshAttribute,SceneField}::Custom.
4 years ago
SkinDataTest.cpp
Updated copyright year.
4 years ago
TextureDataTest.cpp
Packed debug output for enums used by Trade.
4 years ago
configure.h.cmake
Updated copyright year.
4 years ago
file.bin
Making includes absolute, part 1: moving files around.
12 years ago