mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
d3d12: Add missing using Microsoft::WRL:ComPtr in d3d12_context_common
Fixes:b06b2fbaba("d3d12: Remove Agility v717 guards for features now available in v618") (cherry picked from commit237313a243) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39745>
This commit is contained in:
parent
82d63c9282
commit
01bca083e8
2 changed files with 6 additions and 1 deletions
|
|
@ -594,7 +594,7 @@
|
|||
"description": "d3d12: Add missing using Microsoft::WRL:ComPtr in d3d12_context_common",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "b06b2fbaba0902885bb97f4d0fe643a8f2d82993",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -62,6 +62,11 @@
|
|||
#include <string.h>
|
||||
#include "d3d12_interop_public.h"
|
||||
|
||||
#ifndef _GAMING_XBOX
|
||||
#include <wrl/client.h>
|
||||
using Microsoft::WRL::ComPtr;
|
||||
#endif
|
||||
|
||||
static void
|
||||
d3d12_context_destroy(struct pipe_context *pctx)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue