nw::gfx::ShaderProgram::SetUniversal Member Function

Syntax

void SetUniversal(
     int index,
     const math::VEC4 & vec
) const;

void SetUniversal(
     int index,
     const math::MTX34 & mtx
) const;

void SetUniversal(
     int index,
     const math::MTX44 & mtx
) const;

List of Overloaded Member Functions

SetUniversal(int, const math::VEC4 &) Sets the value of the universal register.
SetUniversal(int, const math::MTX34 &) Sets the value of the universal register.
SetUniversal(int, const math::MTX44 &) Sets the value of the universal register.

Description of SetUniversal(int, const math::VEC4 &)

Sets the value of the universal register.

Description of SetUniversal(int, const math::MTX34 &)

Sets the value of the universal register.

Description of SetUniversal(int, const math::MTX44 &)

Sets the value of the universal register.


CONFIDENTIAL