X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fd3d11sdklayers.py;h=ceecaa8a3dcdd1a642940448538285a4740c19a1;hb=c8695f74ce1ee6a93dee4b3f7da5a70a64706c82;hp=0e246fd0771eb0c560f5914aba3446f91b7fc563;hpb=bc10e453125a5fd619bb315f36cad29307b50ef1;p=apitrace diff --git a/specs/d3d11sdklayers.py b/specs/d3d11sdklayers.py index 0e246fd..ceecaa8 100644 --- a/specs/d3d11sdklayers.py +++ b/specs/d3d11sdklayers.py @@ -45,9 +45,9 @@ D3D11_RLDO_FLAGS = Enum("D3D11_RLDO_FLAGS", [ ID3D11Debug = Interface("ID3D11Debug", IUnknown) ID3D11Debug.methods += [ StdMethod(HRESULT, "SetFeatureMask", [(D3D11_DEBUG_FEATURE, "Mask")]), - StdMethod(D3D11_DEBUG_FEATURE, "GetFeatureMask", []), + StdMethod(D3D11_DEBUG_FEATURE, "GetFeatureMask", [], sideeffects=False), StdMethod(HRESULT, "SetPresentPerRenderOpDelay", [(UINT, "Milliseconds")]), - StdMethod(UINT, "GetPresentPerRenderOpDelay", []), + StdMethod(UINT, "GetPresentPerRenderOpDelay", [], sideeffects=False), StdMethod(HRESULT, "SetSwapChain", [(ObjPointer(IDXGISwapChain), "pSwapChain")]), StdMethod(HRESULT, "GetSwapChain", [Out(Pointer(ObjPointer(IDXGISwapChain)), "ppSwapChain")]), StdMethod(HRESULT, "ValidateContext", [(ObjPointer(ID3D11DeviceContext), "pContext")]), @@ -58,7 +58,7 @@ ID3D11Debug.methods += [ ID3D11SwitchToRef = Interface("ID3D11SwitchToRef", IUnknown) ID3D11SwitchToRef.methods += [ StdMethod(BOOL, "SetUseRef", [(BOOL, "UseRef")]), - StdMethod(BOOL, "GetUseRef", []), + StdMethod(BOOL, "GetUseRef", [], sideeffects=False), ] D3D11_MESSAGE_CATEGORY = Enum("D3D11_MESSAGE_CATEGORY", [