MCPcopy Create free account
hub / github.com/GPUOpen-Tools/compressonator / stat

Class stat

cmp_framework/compute_base.cpp:181–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 fseek(p_file_bin, 3, SEEK_CUR);
180 fscanf_s(p_file_bin, "%llx", &attr);
181 struct stat attrib;
182 stat(m_sourceShaderFile.c_str(), &attrib);
183 if (attr != attrib.st_ctime)
184 {

Callers 1

cmp_recompile_shaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected