Код: Выделить всё
0(6) : error C7011: implicit cast from "float" to "vec4"Код: Выделить всё
(0) : error C2003: incompatible options for link
функция загрузчика
Код: Выделить всё
std::string loadShaderSrc(const char* filename)
{
std::ifstream file;
std::stringstream buf;
std::string ret = "";
file.open(filename);
if (file.is_open()) {
buf
Подробнее здесь: [url]https://stackoverflow.com/questions/78456721/incompatible-options-for-link[/url]