Home
last modified time | relevance | path

Searched refs:MTX23 (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Util.h27 struct MTX23;
238 void CalcTextureMtx(math::MTX23* pTexMtx, const TexSRT& texSRT, const TexMap& texMap);
/NW4C-1.2.23/include/nw/math/
Dmath_Matrix23.h25 using nn::math::MTX23;
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Util.cpp373 CalcTextureMtx(math::MTX23* pTexMtx, const TexSRT& texSRT, const TexMap& texMap) in CalcTextureMtx()
377 math::MTX23& texMtx = *pTexMtx; in CalcTextureMtx()
Dlyt_Material.cpp649 math::MTX23 texMtx; in SetupGraphics()
/NW4C-1.2.23/include/nw/ut/
Dut_ResTypes.h266 typedef nw::math::MTX23 ResMtx23; //!< バイナリリソース上の Matrix23 型です。
395 operator nw::math::MTX23() const in MTX23() function
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ShaderProgram.h325 …void SetUniform(ShaderUniform location, const math::MTX23& mtx) const { glUniform3fv(m_UniformLoca… in SetUniform()