DirectX 11.2 introduces a few new Direct3D features that could matter to games. The "D3D tiled resources" feature is analogous to OpenGL MegaTexture, implemented on id Software's "Rage." The feature offers a better alternative to the current model of streaming textures as a 3D scene is being rendered; by letting developers use larger textures that are fewer in number. Portions of these giant monolithic textures would be accessed by an application, as they become relevant to the scene being rendered. The complete texture needn't be loaded to the memory. In essence, mega-textures heralds a sort of virtual memory system to GPUs, and shifts the focus from increasingly larger video memory to faster memory.
With Windows 7 user-base being cut out from DirectX 11.2, game developers may think twice before spending time to implement D3D tiled resources, but there's also Xbox One to consider. DirectX 11.2 is at the heart of the console, and Microsoft could recommend developers to take advantage of tiled resources, to optimally use the console's limited hardware resources. That could hasten the adoption of DirectX 11.2 by developers, on the PC front.
Among the features DirectX 11.2 introduces are:
HLSL shader linking
Inbox HLSL compiler
GPU overlay support
DirectX tiled resources
Direct3D low-latency presentation API
DXGI Trim API and map default buffer
Frame buffer scaling
Multithreading with SurfaceImageSource
Interactive Microsoft DirectX composition of XAML visual elements
Direct2D batching with SurfaceImageSource