#include <etk/types.hpp>
#include <cmath>
Go to the source code of this file.
- Author
- Edouard DUPIN
- Copyright
- 2011, Edouard DUPIN, all right reserved
- Note
- License: APACHE v2.0 (see license file)
§ bvec4
wrapper on etk::Vector4D<bool> to have the same naming has OpenGL shader
§ ivec4
wrapper on etk::Vector4D<int32_t> to have the same naming has OpenGL shader
§ uivec4
wrapper on etk::Vector4D<uint32_t> to have the same naming has OpenGL shader
§ vec4
wrapper on etk::Vector4D<float> to have the same naming has OpenGL shader