| 216 | |
| 217 | virtual HRESULT AddPreScaleShader(const std::wstring& name, const std::string& srcCode) { return E_NOTIMPL; }; |
| 218 | virtual HRESULT AddPostScaleShader(const std::wstring& name, const std::string& srcCode) { return E_NOTIMPL; }; |
| 219 | |
| 220 | virtual HRESULT GetCurentImage(long *pDIBImage) = 0; |
| 221 | virtual HRESULT GetDisplayedImage(BYTE **ppDib, unsigned *pSize) = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected