MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / AddPostScaleShader

Method AddPostScaleShader

Source/VideoProcessor.h:218–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected