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

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -