]> git.cworth.org Git - apitrace/blobdiff - specs/d3d9.py
Preserve both D3D9 shader byte code, and disassembly.
[apitrace] / specs / d3d9.py
index 6f81ce5327ef64590333d17c8a5c3ac4c6203734..2fd7755d8a972209454c4637115b22b68f0f15d1 100644 (file)
@@ -30,7 +30,7 @@ from d3d9types import *
 from d3d9caps import *
 
 
-D3DSHADER9 = OpaquePointer(Const(DWORD))
+D3DSHADER9 = Blob(Const(DWORD), "_shaderSize(pFunction)")
 
 D3DSPD = Flags(DWORD, [
     "D3DSPD_IUNKNOWN",