Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/Shadows
/ ShaderFile
Method
ShaderFile
Shadows/SampleFramework11/ShaderCompilation.cpp:223–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
vector<CompiledShader*> Shaders;
222
223
ShaderFile(const wstring& filePath) : TimeStamp(0), FilePath(filePath)
224
{
225
}
226
};
227
228
vector<ShaderFile*> ShaderFiles;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected