Searched refs:MTX23 (Results 1 – 6 of 6) sorted by relevance
29 struct MTX23;280 void CalcTextureMtx(math::MTX23* pTexMtx, const TexSRT& texSRT, const TexMap& texMap);
27 using nn::math::MTX23;
455 CalcTextureMtx(math::MTX23* pTexMtx, const TexSRT& texSRT, const TexMap& texMap) in CalcTextureMtx()459 math::MTX23& texMtx = *pTexMtx; in CalcTextureMtx()
651 math::MTX23 texMtx; in SetupGraphics()
268 typedef nw::math::MTX23 ResMtx23; //!< バイナリリソース上の Matrix23 型です。397 operator nw::math::MTX23() const in MTX23() function
328 …void SetUniform(ShaderUniform location, const math::MTX23& mtx) const { glUniform3fv(m_UniformLoca… in SetUniform()