Directx 11.2 Windows 8.1 Download

Note: This file contains a collection of DirectX libraries including 9.0c, 10 and DirectX 11. It will update the version of of DirectX that your system is running. You should first use this application to extract the files to a directory on your computer from which you will run the file DXSETUP.exe.

SmartAboutThings writes 'Microsoft has just announced the next version of DirectX, 11.2, on its website. But the real 'problem' is that it is going to be exclusive to Windows 8.1 and next generation consoles — Xbox One and Play Station 4. This is not news, as DirectX 11.1 was exclusive to Windows 7 & 8.

DirectX 11 for Windows is an update to Microsoft's graphics acceleration for Windows and providers updates to Pixel Shaders, Direct3D, DirectSound, DirectX Media and DirectSetup. This update also provides for a smoothing gaming experience for a number of titles and is required by many modern 3D games. It also introduces support for tessellation, improving multi-threading support and can take advantage of multi-core processors and better computing of shaders.

This version of DirectX 11 is not officially supported on older operation systems before Windows Vista, so Windows XP users aren't so lucky.

DirectX 11 on 32-bit and 64-bit PCs

  • Download 11.2 DirectX Offline Installer for Windows 8 & Windows 8.1 Windows is undoubtedly the best operating system and is a household name system for PCs. From last few decades Windows has emerged as household name. Weather it’s operating system or the MS office package, everything is just perfect at this purpose.
  • DirectX is a set of components in Windows that allows software, primarily and especially games, to work directly with your video and audio hardware. Games that use DirectX can use multimedia accelerator features built-in to your hardware more efficiently which improves your overall multimedia experience.

This download is licensed as freeware for the Windows (32-bit and 64-bit) operating system on a laptop or desktop PC from components without restrictions. DirectX 11 Update 11 is available to all software users as a free download for Windows 10 PCs but also without a hitch on Windows 7 and Windows 8.

Filed under:
  1. DirectX 11 Download
  2. Freeware Components
-->

The following functionality has been added in Direct3D 11.2, which is included with Windows 8.1, Windows RT 8.1, and Windows Server 2012 R2.

  • Tiled resources
  • HLSL shader linking

Tiled resources

Direct3D 11.2 lets you create tiled resources that can be thought of as large logical resources that use small amounts of physical memory. Tiled resources are useful (for example) with terrain in games, and app UI.

Tiled resources are created by specifying the D3D11_RESOURCE_MISC_TILED flag. To work with tiled resource, use these API:

  • D3D11_DEBUG_FEATURE_DISABLE_TILED_RESOURCE_MAPPING_TRACKING_AND_VALIDATION flag with ID3D11Debug::SetFeatureMask

Microsoft Directx 11.2 Download

For more info about tiled resources, see Tiled resources.

Check tiled resources support

Before you use tiled resources, you need to find out if the device supports tiled resources. Here's how you check for support for tiled resources:

Extended support for WARP devices

Direct3D 11.2 extends support for WARP devices, which you create by passing D3D_DRIVER_TYPE_WARP in the DriverType parameter of D3D11CreateDevice. The WARP software renderer in Direct3D 11.2 adds full support for Direct3D feature level 11_1, including tiled resources, IDXGIDevice3::Trim, shared BCn surfaces, minblend, and map default. Double support in HLSL shaders has also been enabled along with support for 16x MSAA.

Annotate graphics commands

Direct3D 11.2 lets you annotate graphics commands with these API:

HLSL shader linking

Windows 8.1 adds separate compilation and linking of HLSL shaders, which allows graphics programmers to create precompiled HLSL functions, package them into libraries, and link them into full shaders at run-time. This is essentially an equivalent of C/C++ separate compilation, libraries, and linking, and it allows programmers to compose precompiled HLSL code when more information becomes available to finalize the computation. For more info about how to use shader linking, see Using shader linking.

Complete these steps to create a final shader using dynamic linkage at run time.

To create and use shader linking Paper io 2 download mac.

  1. Create a ID3D11Linker linker object, which represents a linking context. A single context can't be used to produce multiple shaders; a linking context is used to produce a single shader and then the linking context is thrown away.
  2. Use D3DLoadModule to load and set libraries from their library blobs.
  3. Use D3DLoadModule to load and set an entry shader blob, or create an FLG shader.
  4. Use ID3D11Module::CreateInstance to create ID3D11ModuleInstance objects, then call functions on these objects to rebind resources to their final slots.
  5. Add the libraries to the linker, then call ID3D11Linker::Link to produce final shader byte code that can then be loaded and used in the runtime just like a fully precompiled and linked shader.

Function linking graph (FLG)

Windows 8.1 also adds the Function Linking Graph (FLG). You can use FLG to construct shaders that consist of a sequence of precompiled function invocations that pass values to each other. When using the FLG, there is no need to write HLSL and invoke the HLSL compiler. Instead, the shader structure is specified programmatically using C++ API calls. FLG nodes represent input and output signatures and invocations of precompiled library functions. The order of registering the function-call nodes defines the sequence of invocations. The input signature node must be specified first, while the output signature node must be specified last. FLG edges define how values are passed from one node to another. The data types of passed values must be the same; there is no implicit type conversion. Shape and swizzling rules follow the HLSL behavior and values can only be passed forward in this sequence. For info on the FLG API, see ID3D11FunctionLinkingGraph.

Directx 11.2 Windows 8.1 Download Download

Inbox HLSL compiler

Directx 11.2 Windows 8.1 Download Iso

The HLSL compiler is now inbox on Windows 8.1 and later. Now, most APIs for shader programming can be used in Windows Store apps that are built for Windows 8.1 and later. Many APIs for shader programming couldn't be used in Windows Store apps that were built for Windows 8; the reference pages for these APIs were marked with a note. But some shader APIs (for example, D3DCompileFromFile) can still only be used to develop Windows Store apps, and not in apps that you submit to the Windows Store; the reference pages for these APIs are still marked with a note.

Directx 11.1 Download Windows 10

Related topics