X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fd3d11_1.py;h=5681191519733180786db6b150b13dc1c8998dc0;hb=4298f48ffb79461a498a1ed6ff3197216068894d;hp=32bba173ecd0aadaa85e2d232f94bbc088799ec0;hpb=82ea89d052e033b96fb3c46560ea4f5cdc048787;p=apitrace diff --git a/specs/d3d11_1.py b/specs/d3d11_1.py index 32bba17..5681191 100644 --- a/specs/d3d11_1.py +++ b/specs/d3d11_1.py @@ -168,9 +168,9 @@ ID3D11Device1.methods += [ ] ID3DUserDefinedAnnotation.methods += [ - StdMethod(INT, "BeginEvent", [(LPCWSTR, "Name")]), - StdMethod(INT, "EndEvent", []), - StdMethod(Void, "SetMarker", [(LPCWSTR, "Name")]), + StdMethod(INT, "BeginEvent", [(LPCWSTR, "Name")], sideeffects=False), + StdMethod(INT, "EndEvent", [], sideeffects=False), + StdMethod(Void, "SetMarker", [(LPCWSTR, "Name")], sideeffects=False), StdMethod(BOOL, "GetStatus", [], sideeffects=False), ]