Home > Common Problem > body text

What does dx12 mean?

藏色散人
Release: 2022-11-30 14:19:04
Original
12325 people have browsed it

dx12 refers to DirectX 12, a multimedia programming interface created by Microsoft; Microsoft officially released a new generation of API DirectX 12 at GDC in 2014; the most important change of DX12 is the lower-level API. This is very similar to AMD Mantle, which goes deeper than ever on the hardware abstraction layer and can reduce the overload of the CPU and GPU at the same time.

What does dx12 mean?

#The operating environment of this tutorial: Windows 10 system, Dell G3 computer.

What does dx12 mean?

dx12 refers to DirectX 12, a multimedia programming interface created by Microsoft.

What does dx12 mean?

Microsoft officially released a new generation of API DirectX 12 (DX12) at GDC 2014. Although it is not a replica of the AMD Mantle API as claimed by foreign media two days ago, its specific details have not been announced. However, we can still see that DirectX 12 contains some new things.

Microsoft will officially bring DirectX 12 (hereinafter referred to as DX12) on the Win10 system, and DX12 will only support Windows10. It seems that Microsoft is working hard to promote Win10. However, Microsoft is more confident this time than just allowing XP to support DX9, because DX12 is much more popular than DX9. The world’s first game to support DirectX 12 is Ashes of the Singularity.

New Features

The most important change in DX12 is the lower-level API. This is very similar to AMD Mantle, which goes deeper than ever on the hardware abstraction layer. It can reduce the overload of CPU and GPU at the same time.

Specifically includes: applications can track the GPU pipeline, control resource state transitions (such as from rendering targets to textures), control resource renaming, fewer API and driver tracking, predictable attributes, etc.

In addition, DX12 greatly improves multi-threading efficiency and can fully utilize the potential of multi-threaded hardware. DX11 is severely limited by CPU performance in this regard, mainly because it cannot effectively utilize multiple cores.

Microsoft claims that Microsoft's utilization of multi-core CPUs increases almost perfectly linearly, which means that four cores can be close to four times that of a single core.

In addition, there are improvements in the rendering pipeline, rendering features, resource management, command lists and bindings, descriptor jumping, etc., because they are mainly about development and are relatively obscure, so I won’t go into them here. Too much.

For more related knowledge, please visit the FAQ column!

The above is the detailed content of What does dx12 mean?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!