Home
last modified time | relevance | path

Searched defs:UVec3 (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dvector.h488 class UVec3 { class
501 inline constexpr UVec3() : data {} {} in UVec3() function in Math::UVec3
503 inline constexpr UVec3(uint32_t x, uint32_t y, uint32_t z) : x(x), y(y), z(z) {} in UVec3() function in Math::UVec3
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dmeta_types.h225 META_TYPE(BASE_NS::Math::UVec3); variable
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp512 struct UVec3 { struct in Format::DescriptorType::VertexInputRate

Completed in 6 milliseconds