Makefile working with imgui

This commit is contained in:
2026-04-27 13:41:50 +02:00
parent 0fed24b3c4
commit 21476a3b95
11 changed files with 187 additions and 131 deletions

View File

@@ -53,4 +53,4 @@ struct FsO { //Fragment shader output
output.color = textureSample(tex, samp, input.uv);
return output;
}
}