shader compilation

AppWizard
July 22, 2026
The fifth snapshot of version 26.3 has been released, featuring updates to the Data Pack version (112.0) and Resource Pack version (93.0). Key technical changes include enhancements to the codec for element lists and tags, allowing a mix of inline values and references. Modifications to world generation include the removal of the fields extrararegrowths and catalystchance from minecraft:sculkpatch. Resource Pack updates involve shader changes, including renaming a define and changes in shader compilation processes. Several bugs have been fixed, including issues with server address updates, incorrect command contexts, and various rendering problems. Snapshots are available for Minecraft: Java Edition, with a recommendation to back up data before testing.
AppWizard
May 25, 2026
Advanced Shader Delivery (ASD) significantly reduces load times and improves frame rates in games. In tests across six titles, loading times improved by up to 95%, and certain games showed enhancements in 1% low FPS metrics. ASD allows precompiled shaders to be included with game downloads, preventing shader compilation stutter. Forza Horizon 6 saw load times decrease from 48 seconds to 2 seconds (96% improvement), while The Outer Worlds 2's load time dropped from nearly three minutes to 9 seconds (95% reduction). Ninja Gaiden 4 experienced smoother gameplay with ASD enabled, despite no pre-compilation step. Avowed's load time improved by 78%, reducing the wait by over two minutes. Hogwarts Legacy had a 56% reduction in load time, while Silent Hill f did not benefit from ASD in terms of load times but still faced shader compilation stutters.
BetaBeacon
April 22, 2026
- Tico v0.7.0 update includes an experimental Dolphin core for GameCube and Wii emulation on the Switch. - The Dolphin core runs on Horizon OS via custom firmware, eliminating the need for a second operating system like Android or Linux. - Tico allows for automatic game library management and a controller-first interface for better handheld use. - Custom firmware is required to run Tico on a Nintendo Switch, with different methods depending on the Switch model. - GameCube and Wii games have been tested on Tico v0.7.0, with some titles running well and others experiencing minor issues.
AppWizard
April 6, 2026
Performance analysis in PC gaming has become more complex with the introduction of DirectX 12 and Vulkan, incorporating technologies like asynchronous compute, hardware ray tracing, and machine learning-assisted denoising. Understanding GPU performance requires advanced tools to analyze workload distribution and shader behavior, with NVIDIA Nsight Graphics being a key resource. NVIDIA Nsight Graphics is a graphics debugger and profiler for modern graphics APIs, featuring the GPU Trace Profiler, which provides detailed insights into GPU execution and performance bottlenecks. Recent updates have improved its utility, including a Flame Graph for the Shader Profiler and support for NVIDIA's DLSS in D3D12 applications. The Peak-Performance-Percentage analysis method focuses on identifying GPU workload constraints and optimizing utilization rather than relying on assumptions about performance bottlenecks. This methodology is applied using Nsight Graphics to analyze GPU traces from the game Cyberpunk 2077, contrasting traditional rasterization with path tracing enhanced by DLSS Ray Reconstruction. The test setup included an Intel Core i7-14700K CPU, 32 GB RAM, and an NVIDIA GeForce RTX 4090 GPU, capturing two scenarios: one with raster-only settings and another with path tracing and DLSS. The analysis revealed that the rasterized frame's most costly aspect was lighting processing, while the path-traced frame showed increased total frame cost and a hybrid workload involving rasterization, ray traversal, and AI-driven processes. Key findings indicated that modern GPU performance is heavily influenced by memory behavior rather than just shader arithmetic, with significant time spent on compute-driven lighting processing and data movement. The analysis also highlighted that ray tracing performance is constrained by memory efficiency, indicating that performance does not scale linearly with RT-core throughput.
AppWizard
April 2, 2026
The latest beta version of the Nvidia App introduces an Auto Shader Compilation system aimed at reducing game runtime compilation after driver updates, enhancing the gaming experience for users with Nvidia’s GeForce Game Ready Driver 595.97 WHQL or later. This feature automatically rebuilds DirectX drivers during idle moments, ensuring they are ready for the next game launch. Users must enable this feature in the Graphics Tab under Global Settings and Shader Cache. The app also allows for manual shader recompilation, giving gamers flexibility in managing their gaming experience.
AppWizard
March 14, 2026
Microsoft has introduced enhancements to its Advanced Shader Delivery (ASD) technology to address lengthy shader compilation times for PC gamers. The ASD technology generates a Pre-compiled Shader Database (PSDB) from a Shader Object State Database (SODB), allowing for faster game startups by eliminating the need for local compilation. Since integrating ASD into its software development kit (SDK), Microsoft has achieved an 85% reduction in launch times for the game Avowed. NVIDIA, Intel, and Qualcomm are also set to support ASD in their hardware. Additionally, Microsoft has updated its API to allow developers to upload pre-compiled shaders through the Xbox Partner Center, starting with the Xbox app on PC.
Winsage
March 13, 2026
At GDC 2026, Microsoft announced the introduction of ML-Powered DirectX and Advanced Shader Delivery. The ML-enhanced DirectX includes Cooperative Vectors within Shader Model 6.9, facilitating neural rendering techniques such as Neural Texture Compression and Neural Radiance Caching. DirectX Linear Algebra is introduced to support matrix-based ML workflows, and the DirectX Compute Graph Compiler enables full model graphs to run with native GPU performance. Advanced Shader Delivery allows game developers to provide precompiled shaders to reduce load times and stuttering. New APIs, App Identity API and Stats API, have been introduced to support this feature. NVIDIA, AMD, Intel, and Qualcomm have expressed their support for these advancements. Additionally, Microsoft is developing DXR 2.0, which will support Shader Model 6.10 and is expected to roll out in late summer 2026.
Search