Feb 12, 2024 · 5 min read · Introduction For the purpose of this article we will focus on Direct3D version 11 as Direct3D 12 represents a significant departure from the Direct3D 11 programming model. Direct3D 11, a component of Microsoft's DirectX API, serves as a robust framew...
Join discussionFeb 8, 2024 · 4 min read · Window client area We want to show something inside a window. In Windows terminology, this is called painting the window. The first time a window is shown, the entire client area of the window must be painted. Therefore, you will always receive at le...
Join discussion