{"id":1512786,"date":"2026-02-28T08:11:07","date_gmt":"2026-02-28T08:11:07","guid":{"rendered":"http:\/\/pMey2Qp63dMMRWuSEPXQMD"},"modified":"2026-02-28T08:11:07","modified_gmt":"2026-02-28T08:11:07","slug":"microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy","status":"publish","type":"post","link":"https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/","title":{"rendered":"Microsoft&#8217;s update for Direct3D, with opacity micromaps and shader execution reordering now official features, will probably mean little to gamers but graphics devs are going to be happy"},"content":{"rendered":"<article>\n<p>When it comes to games on PCs, there&#8217;s one thing that thousands of them have in common: the graphics API used to tell the GPU what to do. Specifically, I&#8217;m talking about Microsoft&#8217;s Direct3D and I&#8217;m telling you about this because D3D12, for short, has now been updated with a new shader model and a bunch of other additions that will probably mean little to gamers but will keep devs happy for sure.<\/p>\n<p>You can read more about the specific details in <a data-analytics-id=\"inline-link\" href=\"https:\/\/devblogs.microsoft.com\/directx\/shader-model-6-9-retail-and-more\/\" target=\"_blank\">a short blog by Microsoft<\/a>, but be warned, it&#8217;s not exactly lightweight reading for the casual PC enthusiast. Starting with the new Shader Model 6.9, the most notable additions are HLSL (high level shader language) commands for two DXR (DirectX Raytracing) 1.2 features: <a data-analytics-id=\"inline-link\" href=\"https:\/\/devblogs.microsoft.com\/directx\/d3d12-opacity-micromaps\/\" target=\"_blank\">opacity micromaps<\/a> (though this has been in D3D12 for a while now) and <a data-analytics-id=\"inline-link\" href=\"https:\/\/devblogs.microsoft.com\/directx\/shader-execution-reordering\/\" target=\"_blank\">shader execution reordering<\/a>.<\/p>\n<p>Both of these can already be found inside the GPUs in Nvidia RTX 40 and 50-series graphics cards\u2014which is why the features can be found in <a data-analytics-id=\"inline-link\" href=\"https:\/\/www.pcgamer.com\/alan-wake-2-is-a-stunning-example-of-what-the-future-of-pc-gaming-looks-likebut-only-on-nvidia\/\" target=\"_blank\">Alan Wake 2<\/a> and <a data-analytics-id=\"inline-link\" href=\"https:\/\/www.pcgamer.com\/indiana-jones-and-the-great-circle\/\" target=\"_blank\">Indiana Jones and the Great Circle<\/a>\u2014and they&#8217;re both all about making ray tracing go a little bit faster. In the case of the former, it helps to reduce the number of ray shaders required in a scene that has lots of objects with transparent or translucent sections.<\/p>\n<p>Shader execution reordering, or SER, on the other hand, helps out in any ray tracing situation, but it&#8217;s most effective when used in really heavy scenes. One aspect of what makes ray tracing so tough on GPUs is that the processors have to handle lots of shaders in parallel that are often quite different in terms of workload, complexity, and instruction type.<\/p>\n<p>SER lets the GPU shuffle when shaders have to be executed about, maximising the efficiency of the chip, especially when it comes to accessing data in caches. While neither AMD nor Intel GPU have exactly the same features in their GPUs, the fact that they&#8217;re now officially part of Direct3D means that we should expect to see them in the next generation of Radeon and Arc graphics cards.<\/p>\n<figure class=\"van-image-figure inline-layout\" data-bordeaux-image-check >\n<div class='image-full-width-wrapper'>\n<div class='image-widthsetter' style=\"max-width:3840px;\">\n<p class=\"vanilla-image-block\" style=\"padding-top:56.25%;\"><img loading=\"lazy\" decoding=\"async\" id=\"tcD9CPKEBBHY7Mr4RFLAhK\" name=\"indiana_jones_and_the_great_circle_screenshot_10\" alt=\"A screenshot of the PC version of Indiana Jones and the Great Circle, with path tracing enabled in the graphics settings.\" src=\"https:\/\/arcader.org\/wp-content\/uploads\/2026\/02\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy.jpg\" mos=\"\" align=\"middle\" fullscreen=\"\" width=\"3840\" height=\"2160\" attribution=\"\" endorsement=\"\" class=\"inline\"><\/p>\n<\/div>\n<\/div><figcaption itemprop=\"caption description\" class=\" inline-layout\"><span class=\"caption-text\">Lots of ray tracing, opacity micromaps, and SER going on in Indiana Jones and the Great Circle <\/span><span class=\"credit\" itemprop=\"copyrightHolder\">(Image credit: Bethesda Softworks)<\/span><\/figcaption><\/figure>\n<p>As for the rest of the new bits in the Shader Model\/D3D12 update, they&#8217;re all complex, specific, and mostly about improving coding flexibility and trimming milliseconds off how everything is all processed between the CPU and GPU. I could easily write a few thousand words going over it all, but I fear I&#8217;d bore most of you dear readers to tears.<\/p>\n<p>Graphics engine developers, on the other hand, will certainly be pleased by all of this, because having hardware features standardised in one API just makes their jobs just that little bit easier. For us gamers, that means getting a game that runs a little bit faster, a little bit smoother. Well, until their studios replace them with AI, and then we&#8217;ll just get gooblegook graphics running at 0.632 fps with ultra performance upscaling.<\/p>\n<\/article>\n<p><a href=\"https:\/\/www.pcgamer.com\/hardware\/graphics-cards\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/\">Source<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>When it comes to games on PCs, there&#8217;s one thing that thousands of them have in common: the graphics API used to tell the GPU what to do. Specifically, I&#8217;m talking about Microsoft&#8217;s Direct3D and I&#8217;m telling you about this because D3D12, for short, has now been updated with a new shader model and a bunch of other additions that will probably mean little to gamers but will keep devs happy for sure. You can read more about the specific details in a short blog by Microsoft, but be warned, it&#8217;s not exactly lightweight reading for the casual PC enthusiast. Starting with the new Shader Model 6.9, the most notable additions are HLSL (high level shader language) commands for two DXR (DirectX Raytracing) 1.2 features:&hellip;<\/p>\n<p class=\"excerpt-more\"><a class=\"blog-excerpt button\" href=\"https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":1512787,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[336],"tags":[791,66],"class_list":["post-1512786","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pc-gamer","tag-graphics-cards","tag-hardware"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Microsoft&#039;s update for Direct3D, with opacity micromaps and shader execution reordering now official features, will probably mean little to gamers but graphics devs are going to be happy | Arcader News<\/title>\n<meta name=\"description\" content=\"When it comes to games on PCs, there&#039;s one thing that thousands of them have in common: the graphics API used to tell the GPU what to do. Specifically,\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Microsoft&#039;s update for Direct3D, with opacity micromaps and shader execution reordering now official features, will probably mean little to gamers but graphics devs are going to be happy | Arcader News\" \/>\n<meta property=\"og:description\" content=\"When it comes to games on PCs, there&#039;s one thing that thousands of them have in common: the graphics API used to tell the GPU what to do. Specifically,\" \/>\n<meta property=\"og:url\" content=\"https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/\" \/>\n<meta property=\"og:site_name\" content=\"Arcade News\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-28T08:11:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/arcader.org\/wp-content\/uploads\/2026\/02\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"480\" \/>\n\t<meta property=\"og:image:height\" content=\"270\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Arcade News\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Arcade News\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\\\/\"},\"author\":{\"name\":\"Arcade News\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#\\\/schema\\\/person\\\/8460f5e5076b52fb2369f2f7ce6f2839\"},\"headline\":\"Microsoft&#8217;s update for Direct3D, with opacity micromaps and shader execution reordering now official features, will probably mean little to gamers but graphics devs are going to be happy\",\"datePublished\":\"2026-02-28T08:11:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\\\/\"},\"wordCount\":548,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/arcader.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy.jpg\",\"keywords\":[\"Graphics Cards\",\"hardware\"],\"articleSection\":[\"PC Gamer\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/arcader.org\\\/news\\\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\\\/\",\"url\":\"https:\\\/\\\/arcader.org\\\/news\\\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\\\/\",\"name\":\"Microsoft's update for Direct3D, with opacity micromaps and shader execution reordering now official features, will probably mean little to gamers but graphics devs are going to be happy | Arcader News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/arcader.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy.jpg\",\"datePublished\":\"2026-02-28T08:11:07+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#\\\/schema\\\/person\\\/8460f5e5076b52fb2369f2f7ce6f2839\"},\"description\":\"When it comes to games on PCs, there's one thing that thousands of them have in common: the graphics API used to tell the GPU what to do. Specifically,\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/arcader.org\\\/news\\\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\\\/#primaryimage\",\"url\":\"https:\\\/\\\/arcader.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy.jpg\",\"contentUrl\":\"https:\\\/\\\/arcader.org\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy.jpg\",\"width\":480,\"height\":270,\"caption\":\"Microsoft\u2019s update for Direct3D, with opacity micromaps and shader execution reordering now official features, will probably mean little to gamers but graphics devs are going to be happy\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/arcader.org\\\/news\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Microsoft&#8217;s update for Direct3D, with opacity micromaps and shader execution reordering now official features, will probably mean little to gamers but graphics devs are going to be happy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#website\",\"url\":\"https:\\\/\\\/arcader.org\\\/news\\\/\",\"name\":\"Arcade News\",\"description\":\"Free Arcade News from the Best Online Sources\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/arcader.org\\\/news\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#\\\/schema\\\/person\\\/8460f5e5076b52fb2369f2f7ce6f2839\",\"name\":\"Arcade News\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g\",\"caption\":\"Arcade News\"},\"sameAs\":[\"https:\\\/\\\/cricketgames.tv\"],\"url\":\"https:\\\/\\\/arcader.org\\\/news\\\/author\\\/arcade-news\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Microsoft's update for Direct3D, with opacity micromaps and shader execution reordering now official features, will probably mean little to gamers but graphics devs are going to be happy | Arcader News","description":"When it comes to games on PCs, there's one thing that thousands of them have in common: the graphics API used to tell the GPU what to do. Specifically,","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/","og_locale":"en_US","og_type":"article","og_title":"Microsoft's update for Direct3D, with opacity micromaps and shader execution reordering now official features, will probably mean little to gamers but graphics devs are going to be happy | Arcader News","og_description":"When it comes to games on PCs, there's one thing that thousands of them have in common: the graphics API used to tell the GPU what to do. Specifically,","og_url":"https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/","og_site_name":"Arcade News","article_published_time":"2026-02-28T08:11:07+00:00","og_image":[{"width":480,"height":270,"url":"https:\/\/arcader.org\/wp-content\/uploads\/2026\/02\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy.jpg","type":"image\/jpeg"}],"author":"Arcade News","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Arcade News","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/#article","isPartOf":{"@id":"https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/"},"author":{"name":"Arcade News","@id":"https:\/\/arcader.org\/news\/#\/schema\/person\/8460f5e5076b52fb2369f2f7ce6f2839"},"headline":"Microsoft&#8217;s update for Direct3D, with opacity micromaps and shader execution reordering now official features, will probably mean little to gamers but graphics devs are going to be happy","datePublished":"2026-02-28T08:11:07+00:00","mainEntityOfPage":{"@id":"https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/"},"wordCount":548,"commentCount":0,"image":{"@id":"https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/#primaryimage"},"thumbnailUrl":"https:\/\/arcader.org\/wp-content\/uploads\/2026\/02\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy.jpg","keywords":["Graphics Cards","hardware"],"articleSection":["PC Gamer"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/","url":"https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/","name":"Microsoft's update for Direct3D, with opacity micromaps and shader execution reordering now official features, will probably mean little to gamers but graphics devs are going to be happy | Arcader News","isPartOf":{"@id":"https:\/\/arcader.org\/news\/#website"},"primaryImageOfPage":{"@id":"https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/#primaryimage"},"image":{"@id":"https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/#primaryimage"},"thumbnailUrl":"https:\/\/arcader.org\/wp-content\/uploads\/2026\/02\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy.jpg","datePublished":"2026-02-28T08:11:07+00:00","author":{"@id":"https:\/\/arcader.org\/news\/#\/schema\/person\/8460f5e5076b52fb2369f2f7ce6f2839"},"description":"When it comes to games on PCs, there's one thing that thousands of them have in common: the graphics API used to tell the GPU what to do. Specifically,","breadcrumb":{"@id":"https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/#primaryimage","url":"https:\/\/arcader.org\/wp-content\/uploads\/2026\/02\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy.jpg","contentUrl":"https:\/\/arcader.org\/wp-content\/uploads\/2026\/02\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy.jpg","width":480,"height":270,"caption":"Microsoft\u2019s update for Direct3D, with opacity micromaps and shader execution reordering now official features, will probably mean little to gamers but graphics devs are going to be happy"},{"@type":"BreadcrumbList","@id":"https:\/\/arcader.org\/news\/microsofts-update-for-direct3d-with-opacity-micromaps-and-shader-execution-reordering-now-official-features-will-probably-mean-little-to-gamers-but-graphics-devs-are-going-to-be-happy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/arcader.org\/news\/"},{"@type":"ListItem","position":2,"name":"Microsoft&#8217;s update for Direct3D, with opacity micromaps and shader execution reordering now official features, will probably mean little to gamers but graphics devs are going to be happy"}]},{"@type":"WebSite","@id":"https:\/\/arcader.org\/news\/#website","url":"https:\/\/arcader.org\/news\/","name":"Arcade News","description":"Free Arcade News from the Best Online Sources","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/arcader.org\/news\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/arcader.org\/news\/#\/schema\/person\/8460f5e5076b52fb2369f2f7ce6f2839","name":"Arcade News","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g","caption":"Arcade News"},"sameAs":["https:\/\/cricketgames.tv"],"url":"https:\/\/arcader.org\/news\/author\/arcade-news\/"}]}},"_links":{"self":[{"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/posts\/1512786","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/comments?post=1512786"}],"version-history":[{"count":1,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/posts\/1512786\/revisions"}],"predecessor-version":[{"id":1512804,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/posts\/1512786\/revisions\/1512804"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/media\/1512787"}],"wp:attachment":[{"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/media?parent=1512786"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/categories?post=1512786"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/tags?post=1512786"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}