CGBeginner

 

05 2013 档案

转载Bit Fields的用途
摘要:Bit FieldsByAllEightUp| Published Apr 15 2013 09:42 PM inGame ProgrammingPeer Reviewed by (Josh Vega,Dragonsoulj,Michael Tanczos)C++c languageDuring a discussion on GameDev recently, I suggested someone use a bit field as a method to avoid having to deal with various masking and shift operations in 阅读全文

posted @ 2013-05-05 14:15 CGBeginner 阅读(507) 评论(0) 推荐(0)

转载一篇内存管理的文章 - Custom memory allocation
摘要:C++: Custom memory allocationByTiago Costa| Published Apr 15 2013 02:07 PM inGeneral ProgrammingPeer Reviewed by (GuardianX,incertia,Josh Vega)Fast memory allocations along with memory leak detection can have a big impact on games performance.C++ provides two well known functions to allocate dynamic 阅读全文

posted @ 2013-05-05 04:11 CGBeginner 阅读(378) 评论(0) 推荐(0)

导航