rate up
1
rate down
3367
views
bookmark
DirectX12 Tutorial [Collection]

Let's make a abstraction to some code in DirectX12. Some things will be easy to change to support DirectX11 or OpenGL. I will divide it to Sections: **Section 1: - Creation of Debug** Here will be created our window with support od D3D12 and D2D and with some of User Interface. Debug Window will be opened with a F12 key and will contain ony Static and Button controls with a support of windows. **Section 2: - First steps on drawing 3D** This time will make a basic primitive, show how to draw them, use different topologies and when they can be in use, picking and displaying data about them. **Section 3: - Few new controls, textures** This time will create few new controls,, adding some of fucuntionality and and displaying duration of drawing and updating 2D and 3D elements. What next? we will se and update it as the time goes by. Some things will be made without any optimisations, which will be talked maybe in Section 4 :) So let's start :)

There are no files for this tutorial