X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fd3d10effect.py;h=401808d7f840064764c2ac6e795359aa37bab686;hb=af366b25cb9db606ec37069119b428fb9be4a163;hp=9a5e89e45e5b0f998196a52f5680239f99a9feb4;hpb=2b46364c974c95b8e2568f1e3f13e888c46c9d04;p=apitrace diff --git a/specs/d3d10effect.py b/specs/d3d10effect.py index 9a5e89e..401808d 100644 --- a/specs/d3d10effect.py +++ b/specs/d3d10effect.py @@ -177,8 +177,8 @@ ID3D10EffectVariable.methods += [ StdMethod(ObjPointer(ID3D10EffectDepthStencilVariable), "AsDepthStencil", []), StdMethod(ObjPointer(ID3D10EffectRasterizerVariable), "AsRasterizer", []), StdMethod(ObjPointer(ID3D10EffectSamplerVariable), "AsSampler", []), - StdMethod(HRESULT, "SetRawValue", [(OpaquePointer(Void), "pData"), (UINT, "Offset"), (UINT, "ByteCount")]), - StdMethod(HRESULT, "GetRawValue", [Out(OpaquePointer(Void), "pData"), (UINT, "Offset"), (UINT, "ByteCount")]), + StdMethod(HRESULT, "SetRawValue", [(Blob(Void, "ByteCount"), "pData"), (UINT, "Offset"), (UINT, "ByteCount")]), + StdMethod(HRESULT, "GetRawValue", [Out(OpaqueBlob(Void, "ByteCount"), "pData"), (UINT, "Offset"), (UINT, "ByteCount")], sideeffects=False), ] ID3D10EffectScalarVariable.methods += [