进英雄联盟显卡驱动更新时,它显示dirext错误或显卡未更新,但是我的direct和显卡驱动都重新安装了最新的

他的最新文章
他的热门文章
您举报文章:
举报原因:
原文地址:
原因补充:
(最多只允许输入30个字)DirectX 9.0c免费下载
资源大小:309 KB
月下载量:73,546次
软件属性:简体中文 免费软件
更新时间:
系统平台:Win7/WinVista/WinXP/Win8兼容软件
官方网站:
用户推荐:
用户评分:
同类软件推荐:
相关合集:相关热搜:
Microsoft directx9.0c官方下载是这样一组技术:DirectX 9.0C旨在使基于 Windows 的计算机成为运行和显示具有丰富多媒体元素(例如全色图形、视频、3D 动画和丰富音频)的应用程序的理想平台。 DirectX 9.0C 包括安全和性能更新程序,以及许多涵盖所有技术的新功能。应用程序可以通过使用 DirectX API 来访问这些新功能。
Microsoft微软DirectX 9.0c最新官方正式多语言版For Win9x/ME/2000/XP/2003。今天微软终于放出了DirectX 9.0c官方正式版,如图所示,此最新版的版本号与先前我们报道的在微软XP SP2 2126测试版补丁中所集成的版本一样,同为4.09.,但从此图可以看出此版本为最终零售版。有消息说微软将在8月份发布的XP SP2正式版中集成DirectX 9.0c,而微软在今天发布的DirectX 9.0c官方正式版正好说明,微软正在按照它的时间表一步一步推进。与先前发布DirectX 9.0b相比较而言,新版DirectX 9.0c加入了对ATi 3dc纹理压缩技术的支持,加入了nVIDIA的GeForce 6系列显卡所支持的Shader Model 3.0,还修正了其它一些细小的错误。由于这是微软发布的正式版本,所有我们推荐用户升级此最新版本,以获得最大性能提升与最好的兼容性。&&&&
下载错误请点击举报
用户评分:
请打个分吧
请发表评论,字数不要少于10个哦~
小提示:您的评论对其他用户具有很重要的参考价值,请勿输入没有营养的点评内容,遇到问题请举报以方便我们及时处理。
12345678910
12345678910
12345678910Download DirectX Software Development Kit from Official Microsoft Download CenterWarning: This site requires the use of scripts, which your browser does not currently allow.
Download DirectX Software Development Kit from Official Microsoft Download CenterThe most versatile laptop
Download the complete DirectX SDK, which contains the DirectX Runtime and all DirectX software required to create DirectX compliant applications.
9.29.1962DXSDK_Jun10.exe6/7/2010571.7 MB
This DirectX SDK release contains updates to
tools, utilities, samples, documentation, and runtime debug files for x64 and x86 platforms.
For additional information please see
along with reviewing the Readme for last-minute updates. Users wishing to install the DirectX runtime for the purposes of playing a game should instead install the DirectX Websetup.
See related resources at the bottom of this page.
System Requirements
Supported Operating System
Windows 7, Windows Server 2003, Windows Server 2008, Windows Vista, Windows XP
Install Instructions
Click the Download button on this page to start the downloadDo one of the following: To start the installation immediately, click Run.To save the download to your computer for installation at a later time, click Save. To cancel the installation, click Cancel.
XNAMath C++ SIMD Math Library
The June 2010 release updates XNAMath to version 2.03, which includes the following changes:
Addition of XMVectorDivide to optimize SSE2 vector division operations
Unified handling of floating-point specials between the Windows SSE2 and no-intrinsics implementations
Use of Visual Studio style SAL annotations
Modifications to the C++ declarations for XMFLOAT2A/3A/4A/4X3A/4X4A to
better support these types in C++ templates
Version-less Naming of Cross-Runtime Data Types
The June 2010 DirectX SDK removes versioning from several Direct3D data types that cross runtime versions. This change
makes legacy data-type names equivalent to the new version-less data-type names. Therefore, you can use either
legacy or version-less names. However, your code will be cleaner and easier to maintain if you use the version-less
New D3DCreateBlob Function
The June 2010 DirectX SDK includes a D3dcompiler_43.dll that exports the new D3DCreateBlob function. Therefore,
you are no longer required to use D3d10.dll to create and use an arbitrary length data object.
New ID3D11ShaderReflection Method
The June 2010 DirectX SDK adds the following new method to the ID3D11ShaderReflection interface:
GetThreadGroupSize
New HLSL Language fixes and features
HLSL has been updated with the following fixes and features:
The frexp intrinsic function has been updated to return a mantissa in the range of [0.5,1.0].
New intrinsic functions have been added for better debugging support.
printf -- submits custom shader messages to the information queue.
errorf -- submits custom shader error messages to the information queue.
abort -- submits custom shader error messages to the information queue and terminates
the current draw or dispatch call being executed.
Left-Hand-Side typecasting is now illegal and will cause a compile error.
Expressions such as (int)myFloat = myI are no longer valid. Use myFloat = (float)myI type syntax instead.
New HLSL Compiler fixes and features
The HLSL Effects compiler (fxc.exe) has been updated with the following fixes and features:
No-optimization (/Od) compiles will produce less-optimized code than before in order to provide improved debugging.
No-optimization (/Od) now implies (/Gfp).
New compression (/compress) and decompression (/decompress) options have been added to enable the bundling and unbundling of shader files.
A new numbering instructions (/Ni) flag has been added to turn on numbering of instructions in shader disassembly.
Fxc.exe has a new @command.option.file feature for specifying command options in a file. This enables the /compress and /decompress
options to be used on many files at once.
New D3D11 HLSL Format Conversion Functions
The new D3DX_DXGIFormatConvert.inl inline header includes light-weight conversion functions for use in Compute Shaders or Pixel Shaders on
D3D11 Hardware that can be useful when applications need to simultaneously read and write to textures, such as in-place editing scenarios.
Documentation Enhancements
The June 2010 DirectX SDK includes the following documentation enhancements:
Added links to descriptions of data types for parameters and return values to help developers locate related types.
Added additional header and lib information to reference pages for APIs implemented in DirectX samples.
Previous Releases
For a description of what was added in previous releases, see Features Introduced in Previous Releases in the DirectX SDK documentation.
Known Issues with the June 2010 DirectX SDK
Support for Visual Studio 2010 and Visual Studio 2005
Beginning with the June 2010 release, the DirectX SDK supports Visual Studio 2010. The June 2010 release continues to support Visual Studio 2008 Service Pack 1. The DirectX SDK no longer supports Visual Studio 2005; the February 2010 release was the last release to support Visual Studio 2005.
Support for DirectSetup
Beginning with the June 2010 DirectX SDK, DirectSetup no longer supports operating systems earlier than Windows XP Service Pack 2 and Windows Server 2003 Service Pack 1.
Visual Studio 2008 Path Registration Sometimes Fails
In the June 2010 release, the DirectX SDK installer will attempt to automatically register the executable, include, and library path settings needed for compilation of samples and other DirectX programs. In some circumstances, however, automatic registration fails and, therefore, attempts to include DirectX SDK headers result in errors. To work around this issue, manually add the proper path registration to Visual Studio. For more information, see the instructions in the topic "Installing DirectX with DirectSetup" in the section "Install the DirectX SDK".
DirectX SDK Does Not Register Include/Library Paths with Visual Studio 2010
With Visual Studio 2010, the model for adding include, library, and executable paths has changed. In Visual Studio 2008 and previous versions, paths were specified as global settings under Tools\Options. With Visual Studio 2010, paths are now specified on a per-project basis on a VC++ Directories page. All the Visual Studio 2010 projects for the DirectX SDK samples and tools include direct per-project references to the DirectX SDK--via the DXSDK_DIR environment variable--and will compile without any additional steps. New projects that make use of DirectX SDK headers, libraries, or tools should have these references added to the VC++ Directories property page. For more information, see the topic "Installing DirectX with DirectSetup" in the section titled "Install the DirectX SDK", as well as the Visual Studio team blog entry: .
Samples Content Exporter Requires Visual Studio 2008
In the June 2010 DirectX SDK, the Samples Content Exporter is designed to use Autodesk FBX SDK 2010.2. The Samples Content Exporter does not work with later versions of the Autodesk FBX SDK (2011.x). Also, the Autodesk FBX SDK does not yet support Visual Studio 2010, and the DirectX SDK Visual Studio 2010 projects for the Samples Content Exporter therefore use the 'v90' toolset provided with Visual Studio 2008. As a result, you must have Visual Studio 2008 installed in order to compile the Samples Content Exporter. For more information, see the Visual Studio team blog post entry: .
Help Integration for Visual Studio 2010
The new Microsoft Help System (MHS), delivered via Visual Studio 2010, enables you to view documents on the MSDN Library using a standard browser. You can also select documents to download from the MSDN Online content publication web site (MSDN cloud) to your computer for viewing when a connection to the Internet is unavailable or undesirable. You can access this functionality from the Help Library Manager. To launch the Help Library Manager, select:
Start | All Programs | Visual Studio 2010 | Visual Studio Tools | Help Library Manager
The MHS is set to Online Mode by default. The first time you click a Help shortcut, you will be asked to confirm that you wish to connect to the Internet to view documentation in the MSDN cloud. If you wish to view documentation when a connection to the Internet is unavailable, you can import documentation sets (books) from the MSDN cloud and install these books to your computer.
You can then switch to Offline Mode to view content on your computer by default.
To import content to your local computer for viewing in offline mode, select "Install Content from online" in Help Library Manager. For the DirectX SDK documentation, select the "Win32 and COM Development" content title.
To check for updated content in the MSDN cloud that you can import, select "Check for updates online" in Help Library Manager.
To remove imported content from your local computer, select "Remove content" in Help Library Manager.
If you import content to your local computer, use Help Library Manager to specify, "I want to use local help" to switch to Offline Mode.
Documentation Organization
Beginning with the August 2009 DirectX SDK, the Windows Graphics documentation is provided as a separate documentation collection from the main DirectX SDK documentation collection. The Windows graphics documentation collection includes content for Direct3D 9, Direct3D 10.x, Direct3D 11, D3DX, DXGI, and HLSL.
Direct2D Documentation
In the June 2010 release, the Direct2D documentation is incorrectly marked preliminary and subject to change. This is the official, release documentation for Direct2D; this warning can be safely ignored.
Direct3D 11 Runtime
To obtain the Direct3D 11 runtime, please install the release version of Windows 7 or Windows Server 2008 R2. Windows Vista users can follow the procedure described in
for corporate network users). For more details, see Direct3D 11 Deployment for Game Developers.
Effects 11
The Effects runtime for Direct3D 11 (FX11) is available as shared source in the DirectX SDK. For more information, please refer to Effects (Direct3D 11) and Effect System Interfaces (Direct3D 11) in the Windows Graphics documentation. The Effects 11 source is now located in the samples directory(Samples\C++\Effects11).
DirectX 11 Runtime Symbols
The modern DirectX Runtime is part of the operating system (OS), and symbols for the DirectX components (Direct3D, DirectInput, DirectSound, etc.) are provided as part of the OS symbol packages. DirectX 11 Runtime symbols are included in the Windows 7 and Windows Server 2008 R2 symbols packages available on the Microsoft website. However, we recommend using the Microsoft symbols server instead for the most current and correct set of symbols when debugging DirectX applications.
Note that DirectX 11 Runtime symbols for the down-level
update for Windows Vista and Windows Server 2008 are not included in the OS offline symbols package. They can be obtained from the Microsoft symbol server.
The Provided D3D9D.dll for Windows XP is Versioned for Service Pack 2
The D3D9D.dll that is included in the February 2010 and later DirectX SDKs is versioned for Windows XP SP2. If you use this DLL on Windows XP SP3 with an application that uses the Windows Presentation Framework (WPF), the code in the DLL will assert. This issue does not occur on Windows Vista or Windows 7. If you require only debug output, that is, you do not require symbols, you could also use the checked version of D3D9.dll, which is compatible with Windows XP SP3. Just rename the checked D3D9.dll to D3D9D.dll. The checked version of D3D9.dll is available to MSDN subscribers.
Control Panel for DirectX 9 Debug Output is Specific to 32-bit or 64-bit Applications
In order to turn DirectX 9 debug output on or off, you must use the DirectX control panel appropriate to the application being debugged. Use the 64-bit DirectX control panel for 64-bit applications and the x86 DirectX control panel for 32-bit applications.
D3DCompiler_42.dll and D3DCompiler_43.dll Are in Their Own Cab
Beginning in the August 2009 DirectX SDK release, D3DCompiler_*.dll has been moved out of the D3DX CAB to a new CAB: D3DCompiler_*_*.CAB. The D3D_Compiler functionality implements the offline HLSL compiler for D3D 9, 10, or 11. This change decouples the compiler from D3DX.
New Warning X3206: Implicit Truncation of Vector Type
Beginning in the August 2009 release of the DirectX SDK, the HLSL compiler will warn when an implicit truncation of a vector type occurs. For example, the follow code would elicit the warning.
float4 FastShadow ( float3 vLightPos, float4 vDiffColor )
float2 vLightMax = vLightPos + g_fFilterS
if ( bTextured ) In.vDiffColor.xyz *= DiffuseTex.Sample ( DiffuseSampler, In.vTCoord );
To avoid the warning, swizzle out the vector components as shown below.
float4 FastShadow ( float3 vLightPos, float4 vDiffColor )
float2 vLightMax = vLightPos.xy + g_fFilterS
if ( bTextured ) In.vDiffColor.xyz *= DiffuseTex.Sample ( DiffuseSampler, In.vTCoord ).
IXACT3Engine::PrepareWave Doesn't Support xWMA
In the March 2008 and later SDKs, the IXACT3Engine::PrepareWave doesn't support xWMA. If you want to use xWMA in XACT, you can prepare those waves by calling one of the following methods:
IXACT3WaveBank::Prepare
IXACT3SoundBank::Prepare
IXACT3Engine::PrepareInMemoryWave
IXACT3Engine::PrepareStreamingWave
Symbols for DirectX
The latest and most complete source for debugging symbols is the Microsoft Symbol Server. We recommend using the symbol server rather than using the included partial symbols package. For instructions about using the Microsoft Symbol Server, see .
Installation Notes for All Platforms
This SDK is supported on the most recent service packs of the following operating systems: Windows XP, Windows Server 2003, Windows Server 2008, Windows Vista, Windows 7, and Windows Server 2008 R2. This SDK supports Visual Studio 2008 Service Pack 1 and Visual Studio 2010.
Before installing the current DirectX SDK, remove previous versions of the DirectX SDK.
Use the Samples Browser to install samples included with the DirectX SDK.
Some samples require that you have installed the latest Microsoft Windows SDK on your system.
If you are using Visual Studio and run the Platform SDK Integration tool, all custom include and library paths will be erased for Visual Studio 2008, including those added by the DirectX SDK. To fix the issue, developers need to either reinstall the DirectX SDK or manually add the paths to Visual Studio 2008.
If you encounter compilation issues related to the DirectX headers, make sure that the include directories in Visual Studio 2008 are set correctly. On the Win32 platform, make sure that there is a reference to the DirectX headers. "$(DXSDK_DIR)include" should appear in the include directory "$(VCInstallDir)Include." In Visual Studio 2010, this directory should be added on a per-project basis in the VC++ Directories property page in the project properties dialog.
Several virus protection software applications interfere with SDK installation. They may require you to disable virus protection software until SDK installation is completed.
Your system may be corrupted, or cryptographic services may be disabled, if you encounter the following error message during installation: "A cabinet file is necessary for installation and cannot be trusted." To resolve the problem, try the following:
Enable cryptographic services. On the Start menu, right-click My Computer, and then click Manage. The Computer Management window appears. In the left navigation pane, click Services and Applications. In the right pane, double-click Services, and then double-click Cryptographic Services. The Cryptographic Services Properties property sheet appears. On the General tab, ensure that Service Status is Started, and that Startup Type is Automatic.
If you are running Windows on a FAT32 drive, run scandisk.
Try the resolution steps in .
Try the resolution steps in .
Remove temporary files in the %temp% folder. If you are installing an end-user runtime, also remove "%windir%\system32\directx\websetup Error."
External firewall programs may indicate that the file InstallDeveloperFiles.exe wants to access the Internet. This is by design, and should be enabled.
Related Resources
Follow Microsoft(C) Microsoft 2018}

我要回帖

更多关于 英雄联盟显示显卡更新 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信