找系统文件就来找DLL下载站!ZhaoDll.com
大小:未知大小 下载次数:3801825
下载地址一Download
下载地址二Download
下载地址三Download
美国下载 U.S. Download
亚洲下载 Asia Download
不能下载请报告错误,谢谢
软件简介:
DirectX,(Direct eXtension,简称DX)是由微软公司创建的多媒体编程接口。


DirectX,(Direct eXtension,简称DX)是由微软公司创建的多媒体编程接口。由C++编程语言实现,遵循COM。最新版本为DirectX 11,创建在最新的Windows 7上。

DirectX 11 新技术:

Direct3D11渲染管线
DirectX 11加入了对Tessellation(镶嵌)的支持。Tessellation 由外壳着色器(Hull Shader)、镶嵌单元(tessellator)以及域着色器(Domain Shader)组成。同时还加入了计算着色器(Compute Shader)

Tessellation镶嵌技术
tessellator可以把一些较大的图元(primitive)分成很多更小的图元,并将这些小图元组合到一起,形成一种有序的几何图形,这种几何图形更复杂,当然也更接近现实。这个过程也被称作细分曲面(Subdivision Surfaces)。举例来说,tessellator可以让一个立方体,通过处理看起来像是个球形,这样的话无疑节省了空间。此外,图形的质量、性能以及可控性也达到了一定的促进。

多线程的支持
DX11特性还包括很重要一点:支持多线程(multi-threading)。DX11的这种多线程技术可能并不能加速绘图的子系统(特别是当我们的GPU资源受限时),但是这样却可以提升线程启动游戏的效率,并且可以利用台式CPU核心数量不断提高所带来的潜力。 

计算着色器Compute Shader
CS的这一渲染管线能够进行更多的通用目的运算。我们既能在某种可以用来被执行数据的操作中看到这种特性,又能在某种可以用来操作的数据中看到这种特性。 

Shader Model 5.0
DirectX 11包含的SM 5.0,采用面向对象的概念,并且完全可以支持双精度数据。随着SM 5.0的发布,微软也会将HLSL语言更新至最新版本,其中包含了诸如动态着色、动态分支和更多的对象等。

改进的纹理压缩
DirectX 11提出了更为出色的纹理压缩算法——BC6和BC7。BC6是为HDR图像设计的压缩算法,压缩比为6∶1;而BC7是为低动态范围纹理设计的压缩模式,压缩比为3∶1。两种压缩算法在高压缩比下画质损失更少,效果更出色。

如果解压密码不正确请返回上一个页面DirectX 11下载页查看解压密码.
本站默认解压密码Extract the password:www.zhaodll.com
如果您下载的是DLL文件(如果是其他软件请无视下面的信息):
1、下载后根据您系统的情况选择X86/X64,X86为32位电脑,X64为64位电脑。 如果您不知道是X86还是X64,可以住个尝试。
2、把dll文件拷贝到对应目录
C:\Windows\System (Windows 95/98/Me)
C:\WINNT\System32 (Windows NT/2000)
C:\Windows\System32 (Windows XP,Vista,7,8,10)
如果是64位文件C:\Windows\SysWOW64
至此如果问题依旧,您可能需要使用regsvr32注册文件
方法如下: 单击开始,选择运行 ,输入 regsvr32 DirectX 11 并按下确认 之后会弹出注册成功信息即可。
If you download a DLL file, this is the installation instructions.
Step 1
Open the DirectX 11 file you downloaded from zhaodll.com.
After extracting your zip or rar, place the extracted DLL in the directory of the program that is requesting the file. Make sure to use a 32bit DLL for a 32bit program, and a 64bit DLL for a 64bit program. Failure to do so will likely result in a 0xc000007b error.

Step 2
If that does not help your problem, place the file to your system directory.
By default, this is
C:\Windows\System (Windows 95/98/Me),
C:\WINNT\System32 (Windows NT/2000), or
C:\Windows\System32 (Windows XP, Vista, 7, 8, 8.1, 10).
On a 64bit version of Windows, the default folder for 32bit DLL is C:\Windows\System32\ , and for 64bit dll C:\Windows\SysWOW64\ .
Make sure to overwrite any existing files (but make a backup copy of the original file).
Reboot your computer.

Step 3
If the problem still occurs, try the following to register the DLL:
For 32bit DLL on a 32bit Windows, and for 64bit DLL on a 64bit Windows:
Open an elevated command prompt.
To do this, click Start, click All Programs, click Accessories, right-click "Command Prompt", and then click Run as administrator.
In Windows 8/10, go to the Start screen. Start typing cmd and Windows will find "Command Prompt". Right click "Command Prompt" and choose "Run as administrator".
If you are prompted for an administrator password or for a confirmation, type the password, or click Allow.
Type regsvr32 DirectX 11 and press Enter.
Registering 32bit DLL on a 64bit Windows:
Open an elevated command prompt, as instructed above.
In the command prompt, start by typing following and press enter:
cd c:\windows\syswow64\
then type the following and press enter:
regsvr32 c:\windows\syswow64\DirectX 11
Finally, reboot your PC one last time to refresh the memory. That should do it!