I'm reading a book about DirectX11 but I'm having trouble understanding some code in the book..
- What does
HR()
function do? Also, what header should I include for it andReleaseCOM()
? - What are
typdef
s liketypedef float FLOAT
in WinAPI ? - Should I really learn things like win32 and COM programming before learning Directx? I really feel lost with all this code..:( .....If so, where are some good tutorials that will give me just what I need for Directx?
Thanks and sorry about such noob questions.