Home
last modified time | relevance | path

Searched defs:UVec4 (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dvector.h546 class UVec4 { class
559 inline constexpr UVec4() : data {} {} in UVec4() function in Math::UVec4
561 inline constexpr UVec4(uint32_t x, uint32_t y, uint32_t z, uint32_t w) : x(x), y(y), z(z), w(w) {} in UVec4() function in Math::UVec4
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dmeta_types.h228 META_TYPE(BASE_NS::Math::UVec4); variable

Completed in 3 milliseconds