摘要: static char* readShaderSource(const char* shaderFile) { FILE *fp; fopen_s(&fp, shaderFile, "r"); if ( fp == NULL ) { return NULL; } fseek(fp, 0L, SEEK 阅读全文
posted @ 2018-03-31 21:51 zengzhaocheng 阅读(196) 评论(0) 推荐(0) 编辑