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

Class ShaderReloadInfo

src/dll/shaderRegistry.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 };
23
24 struct ShaderReloadInfo {
25 std::string path;
26 ShaderType shaderType;
27 FILETIME lastModified;
28 };
29
30 union CompiledShader {
31 ID3D11PixelShader* ps;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected