API Question clbkRenderHUD (), Text and textures

Hlynkacg

Aspiring rocket scientist
Addon Developer
Tutorial Publisher
Donator
Joined
Dec 27, 2010
Messages
1,870
Reaction score
3
Points
0
Location
San Diego
So i've been using clbkDrawHud for all my display needs (excluding the VC) but the API says...

"The use of clbkRenderHUD is preferred, because it provides smoother animation, better performance and is better supported by external render engines."

So my question is how would I go about displaying text messages in clbkRenderHUD? I note that clbkRenderHUD takes a texture as an argument, does this mean I can blit directly to the HUD?
 
Top