[PATCH 2/5] include: Add D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS struct in d3d12.idl.

Biswapriyo Nath nathbappai at gmail.com
Thu Oct 1 02:53:14 CDT 2020


-------------- next part --------------
From 205bd390eb5d21d2533ac4c4e5f27e51806b754d Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath <nathbappai at gmail.com>
Date: Thu, 1 Oct 2020 13:20:00 +0530
Subject: [PATCH 2/5] include: Add D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS struct in d3d12.idl.

Signed-off-by: Biswapriyo Nath <nathbappai at gmail.com>
---
 include/d3d12.idl | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/include/d3d12.idl b/include/d3d12.idl
index 201e01f..dbefbe2 100644
--- a/include/d3d12.idl
+++ b/include/d3d12.idl
@@ -254,6 +254,14 @@ typedef struct D3D12_FEATURE_DATA_FORMAT_SUPPORT
     D3D12_FORMAT_SUPPORT2 Support2;
 } D3D12_FEATURE_DATA_FORMAT_SUPPORT;
 
+typedef struct D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS
+{
+    DXGI_FORMAT Format;
+    UINT SampleCount;
+    D3D12_MULTISAMPLE_QUALITY_LEVEL_FLAGS Flags;
+    UINT NumQualityLevels;
+} D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS;
+
 typedef enum D3D12_HEAP_TYPE
 {
     D3D12_HEAP_TYPE_DEFAULT = 1,
-- 
2.27.0



More information about the wine-devel mailing list