mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 19:43:31 +08:00
[PSDK] Add missing GetRequiresFlags. CORE-16441
This commit is contained in:
parent
9e14a762d5
commit
3c0800ac94
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user