MCPcopy Create free account
hub / github.com/aliasIsolation/aliasIsolation / replacePixelShader

Function replacePixelShader

src/dll/shaderHooks.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22void replacePixelShader(const ID3D11PixelShader* orig, ShaderHandle replaced)
23{
24 replacedPixelShaders[orig] = replaced;
25}
26
27void replaceVertexShader(const ID3D11VertexShader* orig, ShaderHandle replaced)
28{

Callers 1

CreatePixelShader_hookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected