What is the best source to learn DirectX technology -
i computer engineer. wanted learn directx. question source or book learn directx scratch. prerequisite , proficiency in component object model necessary learn directx. -thank you.
you haven't specified if want use c/c++ or .net language vb or c#.
if wanting use c++, recommendation start directx tool kit tutorials. see getting started direct3d 11.
if want use managed languages, slimdx or sharpdx reasonable place start.
direct3d "com lite". makes use of iunknown
reference counting, , few aspects make use polymorphism of queryinterface
, you'd ever need com well-handled microsoft::wrl::comptr smart-pointer (at least in c++).
Comments
Post a Comment