This commit is contained in:
2026-02-20 19:35:09 +02:00
parent 3ed689f801
commit c00ecf4081
35 changed files with 576 additions and 99 deletions

View File

@@ -74,6 +74,7 @@ void CCompiledShaderManager::WriteToFile( CCompiledShader *pShader, const char *
filesystem = (IFileSystem*)pFilesystemFactory(FILESYSTEM_INTERFACE_VERSION, NULL);
}
pFile = filesystem->Open(szFile, FILEMODE_WRITE);
V_printf("%p\n", pFile);
filesystem->Write(pFile, &stHeader, sizeof(ShaderHeader_t));
// We want to get offset for the lump data