About 8,350 results
Open links in new tab
  1. What is Direct3D 12 - Win32 apps | Microsoft Learn

    Dec 30, 2021 · Direct3D 12 is faster and more efficient than any previous version. Direct3D 12 enables richer scenes, more objects, more complex effects, and full utilization of modern GPU hardware. …

  2. d3d12.dll free download | DLL‑files.com

    In the vast majority of cases, the solution is to properly reinstall d3d12.dll on your PC, to the Windows system folder. Alternatively, some programs, notably PC games, require that the DLL file is placed in …

  3. How to Fix "d3d12.dll is missing" Error - Computer technician blog

    Apr 9, 2024 · You may get “The program can’t start because d3d12.dll is missing from your computer” error if the d3d12.dll goes missing or becomes corrupted. This article will show you how to fix this error.

  4. Table Of Contents | DirectX-Specs

    D3D12 is moving to a redistributable model to allow applications to upgrade D3D12 to access new graphics features without upgrading the OS. The D3D team will publish a new d3d12core.dll that …

  5. DirectX-Graphics-Samples - GitHub

    D3D12 Raytracing: This sample demonstrates how DirectX Raytracing (DXR) brings a new level of graphics realism to video games, previously only achievable in the movie industry.

  6. How to Fix "d3d12.dll is missing" Error on Windows? - Appuals

    Oct 23, 2022 · Downloading the DirectX End-User Runtime Web Installer may fix your d3d12.dll missing error, basically, this is a collection of DirectX libraries and components, these collections and libraries …

  7. Unity - Manual: Troubleshoot GPU crashes on Windows

    A GPU crash can cause the Unity Editor to close unexpectedly and return a graphics error, for example, Unrecoverable D3D12 device error! Run with -force-d3d12-debug and see logs for more info. …

  8. Direct3D 12 programming guide - Win32 apps | Microsoft Learn

    Dec 30, 2021 · DirectX 12 introduces the next version of Direct3D, the 3D graphics API at the heart of DirectX. This version of Direct3D is faster and more efficient than any previous version. Direct3D 12 …

  9. UE 5.6.1 D3D12: Nsight Perf SDK fails with …

    2 days ago · UE 5.6.1 D3D12: Nsight Perf SDK fails with NVPA_STATUS_INVALID_CONTEXT_STATE during HTML Report generation Developer Tools Nsight Perf SDK MingLiGu January 16, 2026, 8:32am

  10. Alex Tardif: Graphics Programmer

    In D3D12, you submit command lists to different types of device queues (ID3D12CommandQueue) to consume: graphics, compute, and copy. Generally speaking, you submit main-path graphics and …