[PSDK] Add missing GetRequiresFlags. CORE-16441

This commit is contained in:
Amine Khaldi 2019-10-26 12:59:56 +01:00
parent 9e14a762d5
commit 3c0800ac94

View File

@ -202,6 +202,7 @@ DECLARE_INTERFACE_(ID3D11ShaderReflection, IUnknown)
STDMETHOD_(UINT, GetNumInterfaceSlots)(THIS) PURE;
STDMETHOD(GetMinFeatureLevel)(THIS_ enum D3D_FEATURE_LEVEL *level) PURE;
STDMETHOD_(UINT, GetThreadGroupSize)(THIS_ UINT *sizex, UINT *sizey, UINT *sizez) PURE;
STDMETHOD_(UINT64, GetRequiresFlags)(THIS) PURE;
};
#undef INTERFACE