summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/d3d1x/d3dapi
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-09-21 02:39:52 +0200
committerLuca Barbieri <luca@luca-barbieri.com>2010-09-21 15:44:41 +0200
commit70fed0b0ec8a3ec4f6b9b47f1fe98cc54c6037f0 (patch)
tree915bd721659a1a3eaf7bb2705c371cbef4bd9917 /src/gallium/state_trackers/d3d1x/d3dapi
parent2ec86793bd43fe15d8f79d04e32d6c524e8ad844 (diff)
d3d1x: add blob and signature extraction APIs
NOTE: untested, needs a testing tool!
Diffstat (limited to 'src/gallium/state_trackers/d3d1x/d3dapi')
-rw-r--r--src/gallium/state_trackers/d3d1x/d3dapi/d3dcommon.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/d3d1x/d3dapi/d3dcommon.idl b/src/gallium/state_trackers/d3d1x/d3dapi/d3dcommon.idl
index 3594bf58f8..71021b8a6c 100644
--- a/src/gallium/state_trackers/d3d1x/d3dapi/d3dcommon.idl
+++ b/src/gallium/state_trackers/d3d1x/d3dapi/d3dcommon.idl
@@ -314,6 +314,10 @@ interface ID3D10Blob : IUnknown
SIZE_T GetBufferSize();
};
+typedef ID3D10Blob* LPD3D10BLOB;
+typedef ID3D10Blob ID3DBlob;
+typedef ID3DBlob* LPD3DBLOB;
+
typedef enum _D3D_INCLUDE_TYPE
{
D3D_INCLUDE_LOCAL = 0,