]> git.cworth.org Git - apitrace/blobdiff - base.py
Rudimentary support for D3D10.
[apitrace] / base.py
diff --git a/base.py b/base.py
index 822f4fc510bee1b769927c7a2783b4507fb0c8e6..3082351f08d98f09e586c466a2340fc5142ed138 100644 (file)
--- a/base.py
+++ b/base.py
@@ -490,6 +490,7 @@ UInt = Intrinsic("unsigned int", "%u")
 ULong = Intrinsic("unsigned long", "%lu")
 Float = Intrinsic("float", "%f")
 Double = Intrinsic("double", "%f")
+SizeT = Intrinsic("size_t", "%lu")
 
 
 def wrap():