nw::demo::GraphicsDrawing::DrawRectangle Member Function
void DrawRectangle(
s32 posh,
s32 posv,
s32 sizeh,
s32 sizev,
ut::Color8 color
);
void DrawRectangle(
const math::VEC2 & pos,
const math::VEC2 & size,
ut::Color8 color
);
| DrawRectangle ( s32, s32, s32, s32, ut::Color8 ) | Draws a rectangle. The CPU creates a vertex without using a line shader. |
| DrawRectangle(const math::VEC2 &, const math::VEC2 &, ut::Color8) | Draws a rectangle. The CPU creates a vertex without using a line shader. |
DrawRectangle(s32, s32, s32, s32, ut::Color8)Draws a rectangle. The CPU creates a vertex without using a line shader.
DrawRectangle(const math::VEC2 &, const math::VEC2 &, ut::Color8)Draws a rectangle. The CPU creates a vertex without using a line shader.
CONFIDENTIAL