comparison Framework/Enumerations.h @ 147:f48c5d422d45 wasm

removed meaningless ImageInterpolation_Linear value
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 23 Jan 2018 17:50:19 +0100
parents f19194a11c1d
children
comparison
equal deleted inserted replaced
146:fb7d602e7025 147:f48c5d422d45
61 }; 61 };
62 62
63 enum ImageInterpolation 63 enum ImageInterpolation
64 { 64 {
65 ImageInterpolation_Nearest, 65 ImageInterpolation_Nearest,
66 ImageInterpolation_Linear,
67 ImageInterpolation_Bilinear, 66 ImageInterpolation_Bilinear,
68 ImageInterpolation_Trilinear 67 ImageInterpolation_Trilinear
69 }; 68 };
70 69
71 enum KeyboardModifiers 70 enum KeyboardModifiers