All pastes #840564 Raw Edit

Miscellany

public text v1 · immutable
#840564 ·published 2008-01-01 01:28 UTC
rendered paste body
D3DXMatrixIdentity(&mat);
D3DXMatrixScaling(&mat, 2, 2, 1);
gSprite->SetTransform(&mat);
gSprite->Draw(gLogo, &drawRect, NULL, &pos, 0xFFFFFFFF);