refactor GLSLExtension

This commit is contained in:
MihailRis
2025-04-03 21:57:46 +03:00
parent 1feee3a809
commit 6043ae8331
4 changed files with 71 additions and 51 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ TEST(GLSLExtension, processing) {
" return mix(color, 1.0 - color, p_intensity);\n"
"}\n",
false);
std::cout << processed << std::endl;
std::cout << processed.code << std::endl;
} catch (const parsing_error& err) {
std::cerr << err.errorLog() << std::endl;
throw;