Searched defs:dmat3 (Results 1 – 7 of 7) sorted by relevance
4 mod dmat3; module
436 mod dmat3 { module
712 typedef highp_dmat3x3 dmat3; typedef
12 pub const fn dmat3(x_axis: DVec3, y_axis: DVec3, z_axis: DVec3) -> DMat3 { in dmat3() function
103 static const Type dmat3; member
144 const Type Type::dmat3 = Type::GetType(Type::Double, 3, 3); member in gl4cts::EnhancedLayouts::Utils::Type