Showing results for October 2019 - DirectX Developer Blog

Oct 28, 2019
1
0

Dev Preview of New DirectX 12 Features

Jianye Lu
Jianye Lu

In this blog post, we will preview a suite of new DirectX 12 features, including DirectX Raytracing tier 1.1, Mesh Shader, and Sampler Feedback. All these features are currently available in Windows 10 Insider Preview Builds (20H1).

Oct 22, 2019
0
0

A Look Inside D3D12 Resource State Barriers

Bill Kristiansen
Bill Kristiansen

Many D3D12 developers have become accustomed to managing resource state transitions and read/write hazards themselves using the ResourceBarrier API. Prior to D3D12, such details were handled internally by the driver.  However, D3D12 command lists cannot provide the same deterministic state tracking as D3D10 and D3D11 device contexts.  Therefore, st...